Shades of Hollywood Cerise #DC0799
Tints of Hollywood Cerise #DC0799
RGB
CMYK
RGB Variations
Color information
#DC0799 (or 0xDC0799) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 99. RGB value is (220,7,153). Sum of RGB (Red+Green+Blue) = 220+7+153=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0799 is #23F866. Grayscale: #565656. Windows color (decimal): -2357351 or 10029020. OLE color: 10029020.
HSL color Cylindrical-coordinate representation of color #DC0799: hue angle of 318.87º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0799 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 153 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.14 |
| HSL | 318.87º | 0.94% | 0.45% | - |
| HSV(B) | 318.87º | 0.97% | 0.86% | - |
| XYZ | 35.34 | 17.67 | 31.68 | - |
| YUV | 87.33 | 165.07 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 153 | 0 | 0.97 | 0.30 | 0.14 | 318.87 | 0.94 | 0.45 |
| Hex | DC | 7 | 99 | 0 | 61 | 1E | E | 13F | 5E | 2D |
| Octal | 334 | 7 | 231 | 0 | 141 | 36 | 16 | 477 | 136 | 55 |
| Binary | 11011100 | 111 | 10011001 | 0 | 1100001 | 11110 | 1110 | 100111111 | 1011110 | 101101 |
Color Harmonies of #DC0799
Complementary color
Monochromatic Colors of #DC0799
Black with #DC0799
Text Example
Text Example
White with #DC0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0799; }
p { color: rgb(220,7,153); }
H1.HeaderClassName
{
color: #DC0799;
}
.AnyTagClassName
{
color: #DC0799;
}
</style>
background-color css
<style>
a { background-color: #DC0799; }
a { background-color: rgb(220,7,153); }
div.DivClassName
{
background-color: #DC0799;
}
.BgClassName
{
background-color: #DC0799;
}
</style>
border-color css
<style>
span { border-color: #DC0799; }
span { border-color: rgb(220,7,153); }
td.TdClassName
{
border-color: #DC0799;
}
.TagClassName
{
border-color: #DC0799;
}
</style>