Shades of Hollywood Cerise #DC0798
Tints of Hollywood Cerise #DC0798
RGB
CMYK
RGB Variations
Color information
#DC0798 (or 0xDC0798) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 98. RGB value is (220,7,152). Sum of RGB (Red+Green+Blue) = 220+7+152=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0798 is #23F867. Grayscale: #565656. Windows color (decimal): -2357352 or 9963484. OLE color: 9963484.
HSL color Cylindrical-coordinate representation of color #DC0798: hue angle of 319.15º 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 #DC0798 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.14 |
| HSL | 319.15º | 0.94% | 0.45% | - |
| HSV(B) | 319.15º | 0.97% | 0.86% | - |
| XYZ | 35.26 | 17.63 | 31.25 | - |
| YUV | 87.22 | 164.57 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 152 | 0 | 0.97 | 0.31 | 0.14 | 319.15 | 0.94 | 0.45 |
| Hex | DC | 7 | 98 | 0 | 61 | 1F | E | 13F | 5E | 2D |
| Octal | 334 | 7 | 230 | 0 | 141 | 37 | 16 | 477 | 136 | 55 |
| Binary | 11011100 | 111 | 10011000 | 0 | 1100001 | 11111 | 1110 | 100111111 | 1011110 | 101101 |
Color Harmonies of #DC0798
Complementary color
Monochromatic Colors of #DC0798
Black with #DC0798
Text Example
Text Example
White with #DC0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0798; }
p { color: rgb(220,7,152); }
H1.HeaderClassName
{
color: #DC0798;
}
.AnyTagClassName
{
color: #DC0798;
}
</style>
background-color css
<style>
a { background-color: #DC0798; }
a { background-color: rgb(220,7,152); }
div.DivClassName
{
background-color: #DC0798;
}
.BgClassName
{
background-color: #DC0798;
}
</style>
border-color css
<style>
span { border-color: #DC0798; }
span { border-color: rgb(220,7,152); }
td.TdClassName
{
border-color: #DC0798;
}
.TagClassName
{
border-color: #DC0798;
}
</style>