Shades of Hollywood Cerise #DC0AA0
Tints of Hollywood Cerise #DC0AA0
RGB
CMYK
RGB Variations
Color information
#DC0AA0 (or 0xDC0AA0) is known color: Hollywood Cerise. HEX triplet: DC, 0A and A0. RGB value is (220,10,160). Sum of RGB (Red+Green+Blue) = 220+10+160=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0AA0 is #23F55F. Grayscale: #595959. Windows color (decimal): -2356576 or 10488540. OLE color: 10488540.
HSL color Cylindrical-coordinate representation of color #DC0AA0: hue angle of 317.14º 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 #DC0AA0 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 160 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.14 |
| HSL | 317.14º | 0.91% | 0.45% | - |
| HSV(B) | 317.14º | 0.95% | 0.86% | - |
| XYZ | 35.97 | 17.97 | 34.83 | - |
| YUV | 89.89 | 167.57 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 160 | 0 | 0.95 | 0.27 | 0.14 | 317.14 | 0.91 | 0.45 |
| Hex | DC | A | A0 | 0 | 5F | 1B | E | 13D | 5B | 2D |
| Octal | 334 | 12 | 240 | 0 | 137 | 33 | 16 | 475 | 133 | 55 |
| Binary | 11011100 | 1010 | 10100000 | 0 | 1011111 | 11011 | 1110 | 100111101 | 1011011 | 101101 |
Color Harmonies of #DC0AA0
Complementary color
Monochromatic Colors of #DC0AA0
Black with #DC0AA0
Text Example
Text Example
White with #DC0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AA0; }
p { color: rgb(220,10,160); }
H1.HeaderClassName
{
color: #DC0AA0;
}
.AnyTagClassName
{
color: #DC0AA0;
}
</style>
background-color css
<style>
a { background-color: #DC0AA0; }
a { background-color: rgb(220,10,160); }
div.DivClassName
{
background-color: #DC0AA0;
}
.BgClassName
{
background-color: #DC0AA0;
}
</style>
border-color css
<style>
span { border-color: #DC0AA0; }
span { border-color: rgb(220,10,160); }
td.TdClassName
{
border-color: #DC0AA0;
}
.TagClassName
{
border-color: #DC0AA0;
}
</style>