Shades of Hollywood Cerise #DC059D
Tints of Hollywood Cerise #DC059D
RGB
CMYK
RGB Variations
Color information
#DC059D (or 0xDC059D) is known color: Hollywood Cerise. HEX triplet: DC, 05 and 9D. RGB value is (220,5,157). Sum of RGB (Red+Green+Blue) = 220+5+157=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC059D is #23FA62. Grayscale: #565656. Windows color (decimal): -2357859 or 10290652. OLE color: 10290652.
HSL color Cylindrical-coordinate representation of color #DC059D: hue angle of 317.58º 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 #DC059D is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.14 |
| HSL | 317.58º | 0.96% | 0.44% | - |
| HSV(B) | 317.58º | 0.98% | 0.86% | - |
| XYZ | 35.66 | 17.76 | 33.45 | - |
| YUV | 86.61 | 167.73 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 157 | 0 | 0.98 | 0.29 | 0.14 | 317.58 | 0.96 | 0.44 |
| Hex | DC | 5 | 9D | 0 | 62 | 1D | E | 13E | 60 | 2C |
| Octal | 334 | 5 | 235 | 0 | 142 | 35 | 16 | 476 | 140 | 54 |
| Binary | 11011100 | 101 | 10011101 | 0 | 1100010 | 11101 | 1110 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DC059D
Complementary color
Monochromatic Colors of #DC059D
Black with #DC059D
Text Example
Text Example
White with #DC059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC059D; }
p { color: rgb(220,5,157); }
H1.HeaderClassName
{
color: #DC059D;
}
.AnyTagClassName
{
color: #DC059D;
}
</style>
background-color css
<style>
a { background-color: #DC059D; }
a { background-color: rgb(220,5,157); }
div.DivClassName
{
background-color: #DC059D;
}
.BgClassName
{
background-color: #DC059D;
}
</style>
border-color css
<style>
span { border-color: #DC059D; }
span { border-color: rgb(220,5,157); }
td.TdClassName
{
border-color: #DC059D;
}
.TagClassName
{
border-color: #DC059D;
}
</style>