Shades of Hollywood Cerise #DC0099
Tints of Hollywood Cerise #DC0099
RGB
CMYK
RGB Variations
Color information
#DC0099 (or 0xDC0099) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 99. RGB value is (220,0,153). Sum of RGB (Red+Green+Blue) = 220+0+153=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0099 is #23FF66. Grayscale: #525252. Windows color (decimal): -2359143 or 10027228. OLE color: 10027228.
HSL color Cylindrical-coordinate representation of color #DC0099: hue angle of 318.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0099 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.30 | 0.14 |
| HSL | 318.27º | 1% | 0.43% | - |
| HSV(B) | 318.27º | 1% | 0.86% | - |
| XYZ | 35.26 | 17.52 | 31.66 | - |
| YUV | 83.22 | 167.39 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 153 | 0 | 1 | 0.30 | 0.14 | 318.27 | 1 | 0.43 |
| Hex | DC | 0 | 99 | 0 | 64 | 1E | E | 13E | 64 | 2B |
| Octal | 334 | 0 | 231 | 0 | 144 | 36 | 16 | 476 | 144 | 53 |
| Binary | 11011100 | 0 | 10011001 | 0 | 1100100 | 11110 | 1110 | 100111110 | 1100100 | 101011 |
Color Harmonies of #DC0099
Complementary color
Monochromatic Colors of #DC0099
Black with #DC0099
Text Example
Text Example
White with #DC0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0099; }
p { color: rgb(220,0,153); }
H1.HeaderClassName
{
color: #DC0099;
}
.AnyTagClassName
{
color: #DC0099;
}
</style>
background-color css
<style>
a { background-color: #DC0099; }
a { background-color: rgb(220,0,153); }
div.DivClassName
{
background-color: #DC0099;
}
.BgClassName
{
background-color: #DC0099;
}
</style>
border-color css
<style>
span { border-color: #DC0099; }
span { border-color: rgb(220,0,153); }
td.TdClassName
{
border-color: #DC0099;
}
.TagClassName
{
border-color: #DC0099;
}
</style>