Shades of Hollywood Cerise #DC0EA2
Tints of Hollywood Cerise #DC0EA2
RGB
CMYK
RGB Variations
Color information
#DC0EA2 (or 0xDC0EA2) is known color: Hollywood Cerise. HEX triplet: DC, 0E and A2. RGB value is (220,14,162). Sum of RGB (Red+Green+Blue) = 220+14+162=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0EA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0EA2 is #23F15D. Grayscale: #5C5C5C. Windows color (decimal): -2355550 or 10620636. OLE color: 10620636.
HSL color Cylindrical-coordinate representation of color #DC0EA2: hue angle of 316.89º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0EA2 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 162 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.14 |
| HSL | 316.89º | 0.88% | 0.46% | - |
| HSV(B) | 316.89º | 0.94% | 0.86% | - |
| XYZ | 36.19 | 18.14 | 35.78 | - |
| YUV | 92.47 | 167.25 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 162 | 0 | 0.94 | 0.26 | 0.14 | 316.89 | 0.88 | 0.46 |
| Hex | DC | E | A2 | 0 | 5E | 1A | E | 13D | 58 | 2E |
| Octal | 334 | 16 | 242 | 0 | 136 | 32 | 16 | 475 | 130 | 56 |
| Binary | 11011100 | 1110 | 10100010 | 0 | 1011110 | 11010 | 1110 | 100111101 | 1011000 | 101110 |
Color Harmonies of #DC0EA2
Complementary color
Monochromatic Colors of #DC0EA2
Black with #DC0EA2
Text Example
Text Example
White with #DC0EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0EA2; }
p { color: rgb(220,14,162); }
H1.HeaderClassName
{
color: #DC0EA2;
}
.AnyTagClassName
{
color: #DC0EA2;
}
</style>
background-color css
<style>
a { background-color: #DC0EA2; }
a { background-color: rgb(220,14,162); }
div.DivClassName
{
background-color: #DC0EA2;
}
.BgClassName
{
background-color: #DC0EA2;
}
</style>
border-color css
<style>
span { border-color: #DC0EA2; }
span { border-color: rgb(220,14,162); }
td.TdClassName
{
border-color: #DC0EA2;
}
.TagClassName
{
border-color: #DC0EA2;
}
</style>