Shades of Hollywood Cerise #DC10AA
Tints of Hollywood Cerise #DC10AA
RGB
CMYK
RGB Variations
Color information
#DC10AA (or 0xDC10AA) is known color: Hollywood Cerise. HEX triplet: DC, 10 and AA. RGB value is (220,16,170). Sum of RGB (Red+Green+Blue) = 220+16+170=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC10AA is #23EF55. Grayscale: #5E5E5E. Windows color (decimal): -2355030 or 11145436. OLE color: 11145436.
HSL color Cylindrical-coordinate representation of color #DC10AA: hue angle of 314.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10AA is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 170 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.14 |
| HSL | 314.71º | 0.86% | 0.46% | - |
| HSV(B) | 314.71º | 0.93% | 0.86% | - |
| XYZ | 36.96 | 18.49 | 39.65 | - |
| YUV | 94.55 | 170.59 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 170 | 0 | 0.93 | 0.23 | 0.14 | 314.71 | 0.86 | 0.46 |
| Hex | DC | 10 | AA | 0 | 5D | 17 | E | 13B | 56 | 2E |
| Octal | 334 | 20 | 252 | 0 | 135 | 27 | 16 | 473 | 126 | 56 |
| Binary | 11011100 | 10000 | 10101010 | 0 | 1011101 | 10111 | 1110 | 100111011 | 1010110 | 101110 |
Color Harmonies of #DC10AA
Complementary color
Monochromatic Colors of #DC10AA
Black with #DC10AA
Text Example
Text Example
White with #DC10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10AA; }
p { color: rgb(220,16,170); }
H1.HeaderClassName
{
color: #DC10AA;
}
.AnyTagClassName
{
color: #DC10AA;
}
</style>
background-color css
<style>
a { background-color: #DC10AA; }
a { background-color: rgb(220,16,170); }
div.DivClassName
{
background-color: #DC10AA;
}
.BgClassName
{
background-color: #DC10AA;
}
</style>
border-color css
<style>
span { border-color: #DC10AA; }
span { border-color: rgb(220,16,170); }
td.TdClassName
{
border-color: #DC10AA;
}
.TagClassName
{
border-color: #DC10AA;
}
</style>