What is hex #DB7093 color?

 
The hex code #DB7093 is also know by an other name that is Pale Violet Red.
This color is composed of 219% red, 112% green and 147% blue. So we can say that the RGB value is (219,112,147)
You need to use it for a printer? The CMYK colors code equivalent of hex #DB7093 is C:0 M:49 Y:33, K:14) .
In the HSV/HSB scale, #DB7093 has a hue of 340°, 49% saturation and a brightness value of 86%.
If you want to know all about the hex #DB7093, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #DB7093 (complementary, analogous, triadic, tetradic...).

Hex #DB7093 Color Codes & Equivalents

Color Name [Pale Violet Red]
RGB Values (219,112,147)
CMYK Values (0%, 49%, 33%, 14%)
HSV/HSB Values (340°, 49%, 86%)
Closest Web Safe
#CC6699
Inverse Color
#248f6c
Closest Pantone®
493 C
Closest RAL
RAL 4003 [Heather violet]
Complementary Color
#70dbb8

#DB7093 Converted to Grayscale Codes

Average
#9f9f9f
Lightness (Desaturation)
#a6a6a6
Weighted (BT601)
#949494
Luma (BT709)
#898989

Hex #DB7093 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #DB7093 is #70dbb8. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #DB7093 you will find #70dbb8. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#DB7093 #70dbb8

Analogous Palette

The analogous color scheme of #DB7093 is composed with colors #DB70C8 and #DB8270. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #DB7093 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#DB70C8 #DB7093 #DB8270

Split-Complementary Palette

The split-complementary color scheme of #DB7093 is composed with colors #70C8DB and #70DB82. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#DB7093 #70C8DB #70DB82

Triadic Palette

The triadic color scheme of #DB7093 is composed with colors #7093DB and #93DB70. They are located to the right and left of your main color #DB7093 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#DB7093 #7093DB #93DB70

Tetradic Palette

The tetradic color scheme of #DB7093 is composed with colors #93DB70, #70DBB8 and #B870DB A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#DB7093 #93DB70 #70DBB8 #B870DB

Square Palette

The square color scheme of #DB7093 is composed with colors #C8DB70, #70DBB8 and #8270DB To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#DB7093 #C8DB70 #70DBB8 #8270DB

Tints, Tones & Shades of Hex #DB7093

Tints

Tints are created by adding white, resulting in lighter shades of #DB7093.

#DB7093 #DF809F #E390AB #E7A0B7 #EBB1C4 #EFC1D0 #F3D1DC #F7E2E9

Tones

Tones are made by mixing with gray, softening the original color.

#DB7093 #D27896 #C98199 #C08A9C #B7939F #AF9BA2 #A6A4A5 #A5A5A5

Shades

Shades result from adding black, creating darker variations.

#DB7093 #D65F86 #D24F7A #CE3F6E #C73262 #B62E5A #A62952 #96254A

Hex #DB7093 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #DB7093
Java new Color(219,112,147);
Python Color(#DB7093)
.NET Color.FromArgb(255, 219,112,147);
Swift / iOS UIColor(red: 0.86, green: 0.44, blue: 0.58, alpha: 1)
Kotlin / Android Color.rgb(219, 112, 147)