What is hex #DE3163 color?

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

Hex #DE3163 Color Codes & Equivalents

Color Name [Cherry]
RGB Values (222,49,99)
CMYK Values (0%, 78%, 55%, 13%)
HSV/HSB Values (343°, 78%, 87%)
Closest Web Safe
#CC3366
Inverse Color
#21ce9c
Closest Pantone®
198 C
Closest RAL
RAL 3017 [Rose]
Complementary Color
#31deac

#DE3163 Converted to Grayscale Codes

Average
#7b7b7b
Lightness (Desaturation)
#888888
Weighted (BT601)
#6a6a6a
Luma (BT709)
#595959

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

Complementary Palette

The complementary color of #DE3163 is #31deac. 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 #DE3163 you will find #31deac. 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.

#DE3163 #31deac

Analogous Palette

The analogous color scheme of #DE3163 is composed with colors #DE31B9 and #DE5531. 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 #DE3163 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.

#DE31B9 #DE3163 #DE5531

Split-Complementary Palette

The split-complementary color scheme of #DE3163 is composed with colors #31B9DE and #31DE55. 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.

#DE3163 #31B9DE #31DE55

Triadic Palette

The triadic color scheme of #DE3163 is composed with colors #3163DE and #63DE31. They are located to the right and left of your main color #DE3163 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.

#DE3163 #3163DE #63DE31

Tetradic Palette

The tetradic color scheme of #DE3163 is composed with colors #63DE31, #31DEAC and #AC31DE 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.

#DE3163 #63DE31 #31DEAC #AC31DE

Square Palette

The square color scheme of #DE3163 is composed with colors #B9DE31, #31DEAC and #5531DE 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.

#DE3163 #B9DE31 #31DEAC #5531DE

Tints, Tones & Shades of Hex #DE3163

Tints

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

#DE3163 #E04270 #E3547D #E6658A #E97798 #EC88A5 #EE9AB2 #F1ACC0

Tones

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

#DE3163 #D23C67 #C6486C #BA5471 #AF5F76 #A36B7B #977780 #8C8285

Shades

Shades result from adding black, creating darker variations.

#DE3163 #D72257 #C61F4F #B41C48 #A31A41 #91173A #801433 #6E112C

Hex #DE3163 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 #DE3163
Java new Color(222,49,99);
Python Color(#DE3163)
.NET Color.FromArgb(255, 222,49,99);
Swift / iOS UIColor(red: 0.87, green: 0.19, blue: 0.39, alpha: 1)
Kotlin / Android Color.rgb(222, 49, 99)