Shades of Hollywood Cerise #DC0D9C
Tints of Hollywood Cerise #DC0D9C
RGB
CMYK
RGB Variations
Color information
#DC0D9C (or 0xDC0D9C) is known color: Hollywood Cerise. HEX triplet: DC, 0D and 9C. RGB value is (220,13,156). Sum of RGB (Red+Green+Blue) = 220+13+156=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0D9C is #23F263. Grayscale: #5A5A5A. Windows color (decimal): -2355812 or 10227164. OLE color: 10227164.
HSL color Cylindrical-coordinate representation of color #DC0D9C: hue angle of 318.55º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D9C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 156 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.14 |
| HSL | 318.55º | 0.89% | 0.46% | - |
| HSV(B) | 318.55º | 0.94% | 0.86% | - |
| XYZ | 35.66 | 17.9 | 33.03 | - |
| YUV | 91.2 | 164.58 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 156 | 0 | 0.94 | 0.29 | 0.14 | 318.55 | 0.89 | 0.46 |
| Hex | DC | D | 9C | 0 | 5E | 1D | E | 13F | 59 | 2E |
| Octal | 334 | 15 | 234 | 0 | 136 | 35 | 16 | 477 | 131 | 56 |
| Binary | 11011100 | 1101 | 10011100 | 0 | 1011110 | 11101 | 1110 | 100111111 | 1011001 | 101110 |
Color Harmonies of #DC0D9C
Complementary color
Monochromatic Colors of #DC0D9C
Black with #DC0D9C
Text Example
Text Example
White with #DC0D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D9C; }
p { color: rgb(220,13,156); }
H1.HeaderClassName
{
color: #DC0D9C;
}
.AnyTagClassName
{
color: #DC0D9C;
}
</style>
background-color css
<style>
a { background-color: #DC0D9C; }
a { background-color: rgb(220,13,156); }
div.DivClassName
{
background-color: #DC0D9C;
}
.BgClassName
{
background-color: #DC0D9C;
}
</style>
border-color css
<style>
span { border-color: #DC0D9C; }
span { border-color: rgb(220,13,156); }
td.TdClassName
{
border-color: #DC0D9C;
}
.TagClassName
{
border-color: #DC0D9C;
}
</style>