Shades of Deep Cerise #DE239C
Tints of Deep Cerise #DE239C
RGB
CMYK
RGB Variations
Color information
#DE239C (or 0xDE239C) is known color: Deep Cerise. HEX triplet: DE, 23 and 9C. RGB value is (222,35,156). Sum of RGB (Red+Green+Blue) = 222+35+156=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE239C is #21DC63. Grayscale: #686868. Windows color (decimal): -2219108 or 10232798. OLE color: 10232798.
HSL color Cylindrical-coordinate representation of color #DE239C: hue angle of 321.18º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE239C is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 156 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.13 |
| HSL | 321.18º | 0.74% | 0.5% | - |
| HSV(B) | 321.18º | 0.84% | 0.87% | - |
| XYZ | 36.73 | 19.13 | 33.21 | - |
| YUV | 104.71 | 156.95 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 156 | 0 | 0.84 | 0.30 | 0.13 | 321.18 | 0.74 | 0.5 |
| Hex | DE | 23 | 9C | 0 | 54 | 1E | D | 141 | 4A | 32 |
| Octal | 336 | 43 | 234 | 0 | 124 | 36 | 15 | 501 | 112 | 62 |
| Binary | 11011110 | 100011 | 10011100 | 0 | 1010100 | 11110 | 1101 | 101000001 | 1001010 | 110010 |
Color Harmonies of #DE239C
Complementary color
Monochromatic Colors of #DE239C
Black with #DE239C
Text Example
Text Example
White with #DE239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE239C; }
p { color: rgb(222,35,156); }
H1.HeaderClassName
{
color: #DE239C;
}
.AnyTagClassName
{
color: #DE239C;
}
</style>
background-color css
<style>
a { background-color: #DE239C; }
a { background-color: rgb(222,35,156); }
div.DivClassName
{
background-color: #DE239C;
}
.BgClassName
{
background-color: #DE239C;
}
</style>
border-color css
<style>
span { border-color: #DE239C; }
span { border-color: rgb(222,35,156); }
td.TdClassName
{
border-color: #DE239C;
}
.TagClassName
{
border-color: #DE239C;
}
</style>