Shades of Deep Cerise #DC409F
Tints of Deep Cerise #DC409F
RGB
CMYK
RGB Variations
Color information
#DC409F (or 0xDC409F) is known color: Deep Cerise. HEX triplet: DC, 40 and 9F. RGB value is (220,64,159). Sum of RGB (Red+Green+Blue) = 220+64+159=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC409F is #23BF60. Grayscale: #797979. Windows color (decimal): -2342753 or 10436828. OLE color: 10436828.
HSL color Cylindrical-coordinate representation of color #DC409F: hue angle of 323.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC409F is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 159 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.14 |
| HSL | 323.46º | 0.69% | 0.56% | - |
| HSV(B) | 323.46º | 0.71% | 0.86% | - |
| XYZ | 37.61 | 21.39 | 34.95 | - |
| YUV | 121.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 159 | 0 | 0.71 | 0.28 | 0.14 | 323.46 | 0.69 | 0.56 |
| Hex | DC | 40 | 9F | 0 | 47 | 1C | E | 143 | 45 | 38 |
| Octal | 334 | 100 | 237 | 0 | 107 | 34 | 16 | 503 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10011111 | 0 | 1000111 | 11100 | 1110 | 101000011 | 1000101 | 111000 |
Color Harmonies of #DC409F
Complementary color
Monochromatic Colors of #DC409F
Black with #DC409F
Text Example
Text Example
White with #DC409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC409F; }
p { color: rgb(220,64,159); }
H1.HeaderClassName
{
color: #DC409F;
}
.AnyTagClassName
{
color: #DC409F;
}
</style>
background-color css
<style>
a { background-color: #DC409F; }
a { background-color: rgb(220,64,159); }
div.DivClassName
{
background-color: #DC409F;
}
.BgClassName
{
background-color: #DC409F;
}
</style>
border-color css
<style>
span { border-color: #DC409F; }
span { border-color: rgb(220,64,159); }
td.TdClassName
{
border-color: #DC409F;
}
.TagClassName
{
border-color: #DC409F;
}
</style>