Shades of Deep Cerise #DC409C
Tints of Deep Cerise #DC409C
RGB
CMYK
RGB Variations
Color information
#DC409C (or 0xDC409C) is known color: Deep Cerise. HEX triplet: DC, 40 and 9C. RGB value is (220,64,156). Sum of RGB (Red+Green+Blue) = 220+64+156=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC409C is #23BF63. Grayscale: #787878. Windows color (decimal): -2342756 or 10240220. OLE color: 10240220.
HSL color Cylindrical-coordinate representation of color #DC409C: hue angle of 324.62º 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 #DC409C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 156 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.14 |
| HSL | 324.62º | 0.69% | 0.56% | - |
| HSV(B) | 324.62º | 0.71% | 0.86% | - |
| XYZ | 37.35 | 21.28 | 33.59 | - |
| YUV | 121.13 | 147.68 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 156 | 0 | 0.71 | 0.29 | 0.14 | 324.62 | 0.69 | 0.56 |
| Hex | DC | 40 | 9C | 0 | 47 | 1D | E | 145 | 45 | 38 |
| Octal | 334 | 100 | 234 | 0 | 107 | 35 | 16 | 505 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10011100 | 0 | 1000111 | 11101 | 1110 | 101000101 | 1000101 | 111000 |
Color Harmonies of #DC409C
Complementary color
Monochromatic Colors of #DC409C
Black with #DC409C
Text Example
Text Example
White with #DC409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC409C; }
p { color: rgb(220,64,156); }
H1.HeaderClassName
{
color: #DC409C;
}
.AnyTagClassName
{
color: #DC409C;
}
</style>
background-color css
<style>
a { background-color: #DC409C; }
a { background-color: rgb(220,64,156); }
div.DivClassName
{
background-color: #DC409C;
}
.BgClassName
{
background-color: #DC409C;
}
</style>
border-color css
<style>
span { border-color: #DC409C; }
span { border-color: rgb(220,64,156); }
td.TdClassName
{
border-color: #DC409C;
}
.TagClassName
{
border-color: #DC409C;
}
</style>