Shades of Hollywood Cerise #DC0AA2
Tints of Hollywood Cerise #DC0AA2
RGB
CMYK
RGB Variations
Color information
#DC0AA2 (or 0xDC0AA2) is known color: Hollywood Cerise. HEX triplet: DC, 0A and A2. RGB value is (220,10,162). Sum of RGB (Red+Green+Blue) = 220+10+162=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0AA2 is #23F55D. Grayscale: #595959. Windows color (decimal): -2356574 or 10619612. OLE color: 10619612.
HSL color Cylindrical-coordinate representation of color #DC0AA2: hue angle of 316.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0AA2 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 162 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.14 |
| HSL | 316.57º | 0.91% | 0.45% | - |
| HSV(B) | 316.57º | 0.95% | 0.86% | - |
| XYZ | 36.15 | 18.04 | 35.76 | - |
| YUV | 90.12 | 168.57 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 162 | 0 | 0.95 | 0.26 | 0.14 | 316.57 | 0.91 | 0.45 |
| Hex | DC | A | A2 | 0 | 5F | 1A | E | 13D | 5B | 2D |
| Octal | 334 | 12 | 242 | 0 | 137 | 32 | 16 | 475 | 133 | 55 |
| Binary | 11011100 | 1010 | 10100010 | 0 | 1011111 | 11010 | 1110 | 100111101 | 1011011 | 101101 |
Color Harmonies of #DC0AA2
Complementary color
Monochromatic Colors of #DC0AA2
Black with #DC0AA2
Text Example
Text Example
White with #DC0AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AA2; }
p { color: rgb(220,10,162); }
H1.HeaderClassName
{
color: #DC0AA2;
}
.AnyTagClassName
{
color: #DC0AA2;
}
</style>
background-color css
<style>
a { background-color: #DC0AA2; }
a { background-color: rgb(220,10,162); }
div.DivClassName
{
background-color: #DC0AA2;
}
.BgClassName
{
background-color: #DC0AA2;
}
</style>
border-color css
<style>
span { border-color: #DC0AA2; }
span { border-color: rgb(220,10,162); }
td.TdClassName
{
border-color: #DC0AA2;
}
.TagClassName
{
border-color: #DC0AA2;
}
</style>