Shades of Deep Cerise #DC209C
Tints of Deep Cerise #DC209C
RGB
CMYK
RGB Variations
Color information
#DC209C (or 0xDC209C) is known color: Deep Cerise. HEX triplet: DC, 20 and 9C. RGB value is (220,32,156). Sum of RGB (Red+Green+Blue) = 220+32+156=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC209C is #23DF63. Grayscale: #666666. Windows color (decimal): -2350948 or 10232028. OLE color: 10232028.
HSL color Cylindrical-coordinate representation of color #DC209C: hue angle of 320.43º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC209C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 156 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.14 |
| HSL | 320.43º | 0.75% | 0.49% | - |
| HSV(B) | 320.43º | 0.85% | 0.86% | - |
| XYZ | 36.03 | 18.65 | 33.15 | - |
| YUV | 102.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 156 | 0 | 0.85 | 0.29 | 0.14 | 320.43 | 0.75 | 0.49 |
| Hex | DC | 20 | 9C | 0 | 55 | 1D | E | 140 | 4B | 31 |
| Octal | 334 | 40 | 234 | 0 | 125 | 35 | 16 | 500 | 113 | 61 |
| Binary | 11011100 | 100000 | 10011100 | 0 | 1010101 | 11101 | 1110 | 101000000 | 1001011 | 110001 |
Color Harmonies of #DC209C
Complementary color
Monochromatic Colors of #DC209C
Black with #DC209C
Text Example
Text Example
White with #DC209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC209C; }
p { color: rgb(220,32,156); }
H1.HeaderClassName
{
color: #DC209C;
}
.AnyTagClassName
{
color: #DC209C;
}
</style>
background-color css
<style>
a { background-color: #DC209C; }
a { background-color: rgb(220,32,156); }
div.DivClassName
{
background-color: #DC209C;
}
.BgClassName
{
background-color: #DC209C;
}
</style>
border-color css
<style>
span { border-color: #DC209C; }
span { border-color: rgb(220,32,156); }
td.TdClassName
{
border-color: #DC209C;
}
.TagClassName
{
border-color: #DC209C;
}
</style>