Shades of Deep Cerise #DE409C
Tints of Deep Cerise #DE409C
RGB
CMYK
RGB Variations
Color information
#DE409C (or 0xDE409C) is known color: Deep Cerise. HEX triplet: DE, 40 and 9C. RGB value is (222,64,156). Sum of RGB (Red+Green+Blue) = 222+64+156=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE409C is #21BF63. Grayscale: #797979. Windows color (decimal): -2211684 or 10240222. OLE color: 10240222.
HSL color Cylindrical-coordinate representation of color #DE409C: hue angle of 325.06º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE409C is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 156 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.13 |
| HSL | 325.06º | 0.71% | 0.56% | - |
| HSV(B) | 325.06º | 0.71% | 0.87% | - |
| XYZ | 37.96 | 21.6 | 33.62 | - |
| YUV | 121.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 156 | 0 | 0.71 | 0.30 | 0.13 | 325.06 | 0.71 | 0.56 |
| Hex | DE | 40 | 9C | 0 | 47 | 1E | D | 145 | 47 | 38 |
| Octal | 336 | 100 | 234 | 0 | 107 | 36 | 15 | 505 | 107 | 70 |
| Binary | 11011110 | 1000000 | 10011100 | 0 | 1000111 | 11110 | 1101 | 101000101 | 1000111 | 111000 |
Color Harmonies of #DE409C
Complementary color
Monochromatic Colors of #DE409C
Black with #DE409C
Text Example
Text Example
White with #DE409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE409C; }
p { color: rgb(222,64,156); }
H1.HeaderClassName
{
color: #DE409C;
}
.AnyTagClassName
{
color: #DE409C;
}
</style>
background-color css
<style>
a { background-color: #DE409C; }
a { background-color: rgb(222,64,156); }
div.DivClassName
{
background-color: #DE409C;
}
.BgClassName
{
background-color: #DE409C;
}
</style>
border-color css
<style>
span { border-color: #DE409C; }
span { border-color: rgb(222,64,156); }
td.TdClassName
{
border-color: #DE409C;
}
.TagClassName
{
border-color: #DE409C;
}
</style>