Shades of Hollywood Cerise #DC04AA
Tints of Hollywood Cerise #DC04AA
RGB
CMYK
RGB Variations
Color information
#DC04AA (or 0xDC04AA) is known color: Hollywood Cerise. HEX triplet: DC, 04 and AA. RGB value is (220,4,170). Sum of RGB (Red+Green+Blue) = 220+4+170=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC04AA is #23FB55. Grayscale: #575757. Windows color (decimal): -2358102 or 11142364. OLE color: 11142364.
HSL color Cylindrical-coordinate representation of color #DC04AA: hue angle of 313.89º 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 #DC04AA is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.14 |
| HSL | 313.89º | 0.96% | 0.44% | - |
| HSV(B) | 313.89º | 0.98% | 0.86% | - |
| XYZ | 36.81 | 18.2 | 39.6 | - |
| YUV | 87.51 | 174.56 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 170 | 0 | 0.98 | 0.23 | 0.14 | 313.89 | 0.96 | 0.44 |
| Hex | DC | 4 | AA | 0 | 62 | 17 | E | 13A | 60 | 2C |
| Octal | 334 | 4 | 252 | 0 | 142 | 27 | 16 | 472 | 140 | 54 |
| Binary | 11011100 | 100 | 10101010 | 0 | 1100010 | 10111 | 1110 | 100111010 | 1100000 | 101100 |
Color Harmonies of #DC04AA
Complementary color
Monochromatic Colors of #DC04AA
Black with #DC04AA
Text Example
Text Example
White with #DC04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04AA; }
p { color: rgb(220,4,170); }
H1.HeaderClassName
{
color: #DC04AA;
}
.AnyTagClassName
{
color: #DC04AA;
}
</style>
background-color css
<style>
a { background-color: #DC04AA; }
a { background-color: rgb(220,4,170); }
div.DivClassName
{
background-color: #DC04AA;
}
.BgClassName
{
background-color: #DC04AA;
}
</style>
border-color css
<style>
span { border-color: #DC04AA; }
span { border-color: rgb(220,4,170); }
td.TdClassName
{
border-color: #DC04AA;
}
.TagClassName
{
border-color: #DC04AA;
}
</style>