Shades of Hollywood Cerise #DC059B
Tints of Hollywood Cerise #DC059B
RGB
CMYK
RGB Variations
Color information
#DC059B (or 0xDC059B) is known color: Hollywood Cerise. HEX triplet: DC, 05 and 9B. RGB value is (220,5,155). Sum of RGB (Red+Green+Blue) = 220+5+155=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC059B is #23FA64. Grayscale: #565656. Windows color (decimal): -2357861 or 10159580. OLE color: 10159580.
HSL color Cylindrical-coordinate representation of color #DC059B: hue angle of 318.14º 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 #DC059B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.14 |
| HSL | 318.14º | 0.96% | 0.44% | - |
| HSV(B) | 318.14º | 0.98% | 0.86% | - |
| XYZ | 35.49 | 17.69 | 32.55 | - |
| YUV | 86.39 | 166.73 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 155 | 0 | 0.98 | 0.30 | 0.14 | 318.14 | 0.96 | 0.44 |
| Hex | DC | 5 | 9B | 0 | 62 | 1E | E | 13E | 60 | 2C |
| Octal | 334 | 5 | 233 | 0 | 142 | 36 | 16 | 476 | 140 | 54 |
| Binary | 11011100 | 101 | 10011011 | 0 | 1100010 | 11110 | 1110 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DC059B
Complementary color
Monochromatic Colors of #DC059B
Black with #DC059B
Text Example
Text Example
White with #DC059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC059B; }
p { color: rgb(220,5,155); }
H1.HeaderClassName
{
color: #DC059B;
}
.AnyTagClassName
{
color: #DC059B;
}
</style>
background-color css
<style>
a { background-color: #DC059B; }
a { background-color: rgb(220,5,155); }
div.DivClassName
{
background-color: #DC059B;
}
.BgClassName
{
background-color: #DC059B;
}
</style>
border-color css
<style>
span { border-color: #DC059B; }
span { border-color: rgb(220,5,155); }
td.TdClassName
{
border-color: #DC059B;
}
.TagClassName
{
border-color: #DC059B;
}
</style>