Shades of Hollywood Cerise #DC0595
Tints of Hollywood Cerise #DC0595
RGB
CMYK
RGB Variations
Color information
#DC0595 (or 0xDC0595) is known color: Hollywood Cerise. HEX triplet: DC, 05 and 95. RGB value is (220,5,149). Sum of RGB (Red+Green+Blue) = 220+5+149=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0595 is #23FA6A. Grayscale: #555555. Windows color (decimal): -2357867 or 9766364. OLE color: 9766364.
HSL color Cylindrical-coordinate representation of color #DC0595: hue angle of 319.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0595 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 149 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.14 |
| HSL | 319.81º | 0.96% | 0.44% | - |
| HSV(B) | 319.81º | 0.98% | 0.86% | - |
| XYZ | 34.99 | 17.49 | 29.97 | - |
| YUV | 85.7 | 163.73 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 149 | 0 | 0.98 | 0.32 | 0.14 | 319.81 | 0.96 | 0.44 |
| Hex | DC | 5 | 95 | 0 | 62 | 20 | E | 140 | 60 | 2C |
| Octal | 334 | 5 | 225 | 0 | 142 | 40 | 16 | 500 | 140 | 54 |
| Binary | 11011100 | 101 | 10010101 | 0 | 1100010 | 100000 | 1110 | 101000000 | 1100000 | 101100 |
Color Harmonies of #DC0595
Complementary color
Monochromatic Colors of #DC0595
Black with #DC0595
Text Example
Text Example
White with #DC0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0595; }
p { color: rgb(220,5,149); }
H1.HeaderClassName
{
color: #DC0595;
}
.AnyTagClassName
{
color: #DC0595;
}
</style>
background-color css
<style>
a { background-color: #DC0595; }
a { background-color: rgb(220,5,149); }
div.DivClassName
{
background-color: #DC0595;
}
.BgClassName
{
background-color: #DC0595;
}
</style>
border-color css
<style>
span { border-color: #DC0595; }
span { border-color: rgb(220,5,149); }
td.TdClassName
{
border-color: #DC0595;
}
.TagClassName
{
border-color: #DC0595;
}
</style>