Shades of Hollywood Cerise #DC05B2
Tints of Hollywood Cerise #DC05B2
RGB
CMYK
RGB Variations
Color information
#DC05B2 (or 0xDC05B2) is known color: Hollywood Cerise. HEX triplet: DC, 05 and B2. RGB value is (220,5,178). Sum of RGB (Red+Green+Blue) = 220+5+178=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05B2 is #23FA4D. Grayscale: #585858. Windows color (decimal): -2357838 or 11666908. OLE color: 11666908.
HSL color Cylindrical-coordinate representation of color #DC05B2: hue angle of 311.72º 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 #DC05B2 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 178 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.14 |
| HSL | 311.72º | 0.96% | 0.44% | - |
| HSV(B) | 311.72º | 0.98% | 0.86% | - |
| XYZ | 37.61 | 18.54 | 43.72 | - |
| YUV | 89.01 | 178.23 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 178 | 0 | 0.98 | 0.19 | 0.14 | 311.72 | 0.96 | 0.44 |
| Hex | DC | 5 | B2 | 0 | 62 | 13 | E | 138 | 60 | 2C |
| Octal | 334 | 5 | 262 | 0 | 142 | 23 | 16 | 470 | 140 | 54 |
| Binary | 11011100 | 101 | 10110010 | 0 | 1100010 | 10011 | 1110 | 100111000 | 1100000 | 101100 |
Color Harmonies of #DC05B2
Complementary color
Monochromatic Colors of #DC05B2
Black with #DC05B2
Text Example
Text Example
White with #DC05B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05B2; }
p { color: rgb(220,5,178); }
H1.HeaderClassName
{
color: #DC05B2;
}
.AnyTagClassName
{
color: #DC05B2;
}
</style>
background-color css
<style>
a { background-color: #DC05B2; }
a { background-color: rgb(220,5,178); }
div.DivClassName
{
background-color: #DC05B2;
}
.BgClassName
{
background-color: #DC05B2;
}
</style>
border-color css
<style>
span { border-color: #DC05B2; }
span { border-color: rgb(220,5,178); }
td.TdClassName
{
border-color: #DC05B2;
}
.TagClassName
{
border-color: #DC05B2;
}
</style>