What is hex #DE5285 color?

 
The hex code #DE5285 is also know by an other name that is Fandango Pink.
This color is composed of 222% red, 82% green and 133% blue. So we can say that the RGB value is (222,82,133)
You need to use it for a printer? The CMYK colors code equivalent of hex #DE5285 is C:0 M:63 Y:40, K:13) .
In the HSV/HSB scale, #DE5285 has a hue of 338°, 63% saturation and a brightness value of 87%.
If you want to know all about the hex #DE5285, 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 #DE5285 (complementary, analogous, triadic, tetradic...).

Hex #DE5285 Color Codes & Equivalents

Color Name [Fandango Pink]
RGB Values (222,82,133)
CMYK Values (0%, 63%, 40%, 13%)
HSV/HSB Values (338°, 63%, 87%)
Closest Web Safe
#CC6699
Inverse Color
#21ad7a
Closest Pantone®
7424 C
Closest RAL
RAL 4003 [Heather violet]
Complementary Color
#52deab

#DE5285 Converted to Grayscale Codes

Average
#929292
Lightness (Desaturation)
#989898
Weighted (BT601)
#828282
Luma (BT709)
#737373

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

Complementary Palette

The complementary color of #DE5285 is #52deab. 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 #DE5285 you will find #52deab. 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.

#DE5285 #52deab

Analogous Palette

The analogous color scheme of #DE5285 is composed with colors #DE52CB and #DE6552. 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 #DE5285 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.

#DE52CB #DE5285 #DE6552

Split-Complementary Palette

The split-complementary color scheme of #DE5285 is composed with colors #52CBDE and #52DE65. 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.

#DE5285 #52CBDE #52DE65

Triadic Palette

The triadic color scheme of #DE5285 is composed with colors #5285DE and #85DE52. They are located to the right and left of your main color #DE5285 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.

#DE5285 #5285DE #85DE52

Tetradic Palette

The tetradic color scheme of #DE5285 is composed with colors #85DE52, #52DEAB and #AB52DE 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.

#DE5285 #85DE52 #52DEAB #AB52DE

Square Palette

The square color scheme of #DE5285 is composed with colors #CBDE52, #52DEAB and #6552DE 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.

#DE5285 #CBDE52 #52DEAB #6552DE

Tints, Tones & Shades of Hex #DE5285

Tints

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

#DE5285 #E16391 #E4749D #E785A9 #EB96B5 #EEA7C1 #F1B8CD #F4C9D9

Tones

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

#DE5285 #D35C87 #C9668A #BF708D #B57A8F #AB8492 #A18E95 #989898

Shades

Shades result from adding black, creating darker variations.

#DE5285 #DA4078 #D72F6C #CB2663 #BA235A #A92052 #981D4A #871941

Hex #DE5285 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 #DE5285
Java new Color(222,82,133);
Python Color(#DE5285)
.NET Color.FromArgb(255, 222,82,133);
Swift / iOS UIColor(red: 0.87, green: 0.32, blue: 0.52, alpha: 1)
Kotlin / Android Color.rgb(222, 82, 133)