Shades of Hollywood Cerise #DC04A1
Tints of Hollywood Cerise #DC04A1
RGB
CMYK
RGB Variations
Color information
#DC04A1 (or 0xDC04A1) is known color: Hollywood Cerise. HEX triplet: DC, 04 and A1. RGB value is (220,4,161). Sum of RGB (Red+Green+Blue) = 220+4+161=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC04A1 is #23FB5E. Grayscale: #565656. Windows color (decimal): -2358111 or 10552540. OLE color: 10552540.
HSL color Cylindrical-coordinate representation of color #DC04A1: hue angle of 316.39º 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 #DC04A1 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.14 |
| HSL | 316.39º | 0.96% | 0.44% | - |
| HSV(B) | 316.39º | 0.98% | 0.86% | - |
| XYZ | 35.99 | 17.88 | 35.27 | - |
| YUV | 86.48 | 170.06 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 161 | 0 | 0.98 | 0.27 | 0.14 | 316.39 | 0.96 | 0.44 |
| Hex | DC | 4 | A1 | 0 | 62 | 1B | E | 13C | 60 | 2C |
| Octal | 334 | 4 | 241 | 0 | 142 | 33 | 16 | 474 | 140 | 54 |
| Binary | 11011100 | 100 | 10100001 | 0 | 1100010 | 11011 | 1110 | 100111100 | 1100000 | 101100 |
Color Harmonies of #DC04A1
Complementary color
Monochromatic Colors of #DC04A1
Black with #DC04A1
Text Example
Text Example
White with #DC04A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04A1; }
p { color: rgb(220,4,161); }
H1.HeaderClassName
{
color: #DC04A1;
}
.AnyTagClassName
{
color: #DC04A1;
}
</style>
background-color css
<style>
a { background-color: #DC04A1; }
a { background-color: rgb(220,4,161); }
div.DivClassName
{
background-color: #DC04A1;
}
.BgClassName
{
background-color: #DC04A1;
}
</style>
border-color css
<style>
span { border-color: #DC04A1; }
span { border-color: rgb(220,4,161); }
td.TdClassName
{
border-color: #DC04A1;
}
.TagClassName
{
border-color: #DC04A1;
}
</style>