Shades of Hollywood Cerise #DC05A3
Tints of Hollywood Cerise #DC05A3
RGB
CMYK
RGB Variations
Color information
#DC05A3 (or 0xDC05A3) is known color: Hollywood Cerise. HEX triplet: DC, 05 and A3. RGB value is (220,5,163). Sum of RGB (Red+Green+Blue) = 220+5+163=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05A3 is #23FA5C. Grayscale: #565656. Windows color (decimal): -2357853 or 10683868. OLE color: 10683868.
HSL color Cylindrical-coordinate representation of color #DC05A3: hue angle of 315.91º 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 #DC05A3 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 163 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.14 |
| HSL | 315.91º | 0.96% | 0.44% | - |
| HSV(B) | 315.91º | 0.98% | 0.86% | - |
| XYZ | 36.18 | 17.97 | 36.21 | - |
| YUV | 87.3 | 170.73 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 163 | 0 | 0.98 | 0.26 | 0.14 | 315.91 | 0.96 | 0.44 |
| Hex | DC | 5 | A3 | 0 | 62 | 1A | E | 13C | 60 | 2C |
| Octal | 334 | 5 | 243 | 0 | 142 | 32 | 16 | 474 | 140 | 54 |
| Binary | 11011100 | 101 | 10100011 | 0 | 1100010 | 11010 | 1110 | 100111100 | 1100000 | 101100 |
Color Harmonies of #DC05A3
Complementary color
Monochromatic Colors of #DC05A3
Black with #DC05A3
Text Example
Text Example
White with #DC05A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05A3; }
p { color: rgb(220,5,163); }
H1.HeaderClassName
{
color: #DC05A3;
}
.AnyTagClassName
{
color: #DC05A3;
}
</style>
background-color css
<style>
a { background-color: #DC05A3; }
a { background-color: rgb(220,5,163); }
div.DivClassName
{
background-color: #DC05A3;
}
.BgClassName
{
background-color: #DC05A3;
}
</style>
border-color css
<style>
span { border-color: #DC05A3; }
span { border-color: rgb(220,5,163); }
td.TdClassName
{
border-color: #DC05A3;
}
.TagClassName
{
border-color: #DC05A3;
}
</style>