Shades of Hollywood Cerise #D10CAA
Tints of Hollywood Cerise #D10CAA
RGB
CMYK
RGB Variations
Color information
#D10CAA (or 0xD10CAA) is known color: Hollywood Cerise. HEX triplet: D1, 0C and AA. RGB value is (209,12,170). Sum of RGB (Red+Green+Blue) = 209+12+170=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D10CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10CAA is #2EF355. Grayscale: #585858. Windows color (decimal): -3076950 or 11144401. OLE color: 11144401.
HSL color Cylindrical-coordinate representation of color #D10CAA: hue angle of 311.88º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10CAA is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.18 |
| HSL | 311.88º | 0.89% | 0.43% | - |
| HSV(B) | 311.88º | 0.94% | 0.82% | - |
| XYZ | 33.68 | 16.72 | 39.48 | - |
| YUV | 88.92 | 173.77 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 170 | 0 | 0.94 | 0.19 | 0.18 | 311.88 | 0.89 | 0.43 |
| Hex | D1 | C | AA | 0 | 5E | 13 | 12 | 138 | 59 | 2B |
| Octal | 321 | 14 | 252 | 0 | 136 | 23 | 22 | 470 | 131 | 53 |
| Binary | 11010001 | 1100 | 10101010 | 0 | 1011110 | 10011 | 10010 | 100111000 | 1011001 | 101011 |
Color Harmonies of #D10CAA
Complementary color
Monochromatic Colors of #D10CAA
Black with #D10CAA
Text Example
Text Example
White with #D10CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CAA; }
p { color: rgb(209,12,170); }
H1.HeaderClassName
{
color: #D10CAA;
}
.AnyTagClassName
{
color: #D10CAA;
}
</style>
background-color css
<style>
a { background-color: #D10CAA; }
a { background-color: rgb(209,12,170); }
div.DivClassName
{
background-color: #D10CAA;
}
.BgClassName
{
background-color: #D10CAA;
}
</style>
border-color css
<style>
span { border-color: #D10CAA; }
span { border-color: rgb(209,12,170); }
td.TdClassName
{
border-color: #D10CAA;
}
.TagClassName
{
border-color: #D10CAA;
}
</style>