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