Shades of Hollywood Cerise #DC0299
Tints of Hollywood Cerise #DC0299
RGB
CMYK
RGB Variations
Color information
#DC0299 (or 0xDC0299) is known color: Hollywood Cerise. HEX triplet: DC, 02 and 99. RGB value is (220,2,153). Sum of RGB (Red+Green+Blue) = 220+2+153=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0299 is #23FD66. Grayscale: #545454. Windows color (decimal): -2358631 or 10027740. OLE color: 10027740.
HSL color Cylindrical-coordinate representation of color #DC0299: hue angle of 318.44º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0299 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.14 |
| HSL | 318.44º | 0.98% | 0.44% | - |
| HSV(B) | 318.44º | 0.99% | 0.86% | - |
| XYZ | 35.29 | 17.56 | 31.67 | - |
| YUV | 84.4 | 166.72 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 153 | 0 | 0.99 | 0.30 | 0.14 | 318.44 | 0.98 | 0.44 |
| Hex | DC | 2 | 99 | 0 | 63 | 1E | E | 13E | 62 | 2C |
| Octal | 334 | 2 | 231 | 0 | 143 | 36 | 16 | 476 | 142 | 54 |
| Binary | 11011100 | 10 | 10011001 | 0 | 1100011 | 11110 | 1110 | 100111110 | 1100010 | 101100 |
Color Harmonies of #DC0299
Complementary color
Monochromatic Colors of #DC0299
Black with #DC0299
Text Example
Text Example
White with #DC0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0299; }
p { color: rgb(220,2,153); }
H1.HeaderClassName
{
color: #DC0299;
}
.AnyTagClassName
{
color: #DC0299;
}
</style>
background-color css
<style>
a { background-color: #DC0299; }
a { background-color: rgb(220,2,153); }
div.DivClassName
{
background-color: #DC0299;
}
.BgClassName
{
background-color: #DC0299;
}
</style>
border-color css
<style>
span { border-color: #DC0299; }
span { border-color: rgb(220,2,153); }
td.TdClassName
{
border-color: #DC0299;
}
.TagClassName
{
border-color: #DC0299;
}
</style>