Shades of Hollywood Cerise #DC05AB
Tints of Hollywood Cerise #DC05AB
RGB
CMYK
RGB Variations
Color information
#DC05AB (or 0xDC05AB) is known color: Hollywood Cerise. HEX triplet: DC, 05 and AB. RGB value is (220,5,171). Sum of RGB (Red+Green+Blue) = 220+5+171=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05AB is #23FA54. Grayscale: #575757. Windows color (decimal): -2357845 or 11208156. OLE color: 11208156.
HSL color Cylindrical-coordinate representation of color #DC05AB: hue angle of 313.67º 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 #DC05AB is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.14 |
| HSL | 313.67º | 0.96% | 0.44% | - |
| HSV(B) | 313.67º | 0.98% | 0.86% | - |
| XYZ | 36.92 | 18.26 | 40.11 | - |
| YUV | 88.21 | 174.73 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 171 | 0 | 0.98 | 0.22 | 0.14 | 313.67 | 0.96 | 0.44 |
| Hex | DC | 5 | AB | 0 | 62 | 16 | E | 13A | 60 | 2C |
| Octal | 334 | 5 | 253 | 0 | 142 | 26 | 16 | 472 | 140 | 54 |
| Binary | 11011100 | 101 | 10101011 | 0 | 1100010 | 10110 | 1110 | 100111010 | 1100000 | 101100 |
Color Harmonies of #DC05AB
Complementary color
Monochromatic Colors of #DC05AB
Black with #DC05AB
Text Example
Text Example
White with #DC05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05AB; }
p { color: rgb(220,5,171); }
H1.HeaderClassName
{
color: #DC05AB;
}
.AnyTagClassName
{
color: #DC05AB;
}
</style>
background-color css
<style>
a { background-color: #DC05AB; }
a { background-color: rgb(220,5,171); }
div.DivClassName
{
background-color: #DC05AB;
}
.BgClassName
{
background-color: #DC05AB;
}
</style>
border-color css
<style>
span { border-color: #DC05AB; }
span { border-color: rgb(220,5,171); }
td.TdClassName
{
border-color: #DC05AB;
}
.TagClassName
{
border-color: #DC05AB;
}
</style>