Shades of Hollywood Cerise #DC0795
Tints of Hollywood Cerise #DC0795
RGB
CMYK
RGB Variations
Color information
#DC0795 (or 0xDC0795) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 95. RGB value is (220,7,149). Sum of RGB (Red+Green+Blue) = 220+7+149=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0795 is #23F86A. Grayscale: #565656. Windows color (decimal): -2357355 or 9766876. OLE color: 9766876.
HSL color Cylindrical-coordinate representation of color #DC0795: hue angle of 320º 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 #DC0795 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 149 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.14 |
| HSL | 320º | 0.94% | 0.45% | - |
| HSV(B) | 320º | 0.97% | 0.86% | - |
| XYZ | 35.02 | 17.54 | 29.97 | - |
| YUV | 86.88 | 163.07 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 149 | 0 | 0.97 | 0.32 | 0.14 | 320 | 0.94 | 0.45 |
| Hex | DC | 7 | 95 | 0 | 61 | 20 | E | 140 | 5E | 2D |
| Octal | 334 | 7 | 225 | 0 | 141 | 40 | 16 | 500 | 136 | 55 |
| Binary | 11011100 | 111 | 10010101 | 0 | 1100001 | 100000 | 1110 | 101000000 | 1011110 | 101101 |
Color Harmonies of #DC0795
Complementary color
Monochromatic Colors of #DC0795
Black with #DC0795
Text Example
Text Example
White with #DC0795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0795; }
p { color: rgb(220,7,149); }
H1.HeaderClassName
{
color: #DC0795;
}
.AnyTagClassName
{
color: #DC0795;
}
</style>
background-color css
<style>
a { background-color: #DC0795; }
a { background-color: rgb(220,7,149); }
div.DivClassName
{
background-color: #DC0795;
}
.BgClassName
{
background-color: #DC0795;
}
</style>
border-color css
<style>
span { border-color: #DC0795; }
span { border-color: rgb(220,7,149); }
td.TdClassName
{
border-color: #DC0795;
}
.TagClassName
{
border-color: #DC0795;
}
</style>