Shades of Hollywood Cerise #DA10AA
Tints of Hollywood Cerise #DA10AA
RGB
CMYK
RGB Variations
Color information
#DA10AA (or 0xDA10AA) is known color: Hollywood Cerise. HEX triplet: DA, 10 and AA. RGB value is (218,16,170). Sum of RGB (Red+Green+Blue) = 218+16+170=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA10AA is #25EF55. Grayscale: #5D5D5D. Windows color (decimal): -2486102 or 11145434. OLE color: 11145434.
HSL color Cylindrical-coordinate representation of color #DA10AA: hue angle of 314.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA10AA is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 170 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.15 |
| HSL | 314.26º | 0.86% | 0.46% | - |
| HSV(B) | 314.26º | 0.93% | 0.85% | - |
| XYZ | 36.35 | 18.18 | 39.62 | - |
| YUV | 93.95 | 170.92 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 170 | 0 | 0.93 | 0.22 | 0.15 | 314.26 | 0.86 | 0.46 |
| Hex | DA | 10 | AA | 0 | 5D | 16 | F | 13A | 56 | 2E |
| Octal | 332 | 20 | 252 | 0 | 135 | 26 | 17 | 472 | 126 | 56 |
| Binary | 11011010 | 10000 | 10101010 | 0 | 1011101 | 10110 | 1111 | 100111010 | 1010110 | 101110 |
Color Harmonies of #DA10AA
Complementary color
Monochromatic Colors of #DA10AA
Black with #DA10AA
Text Example
Text Example
White with #DA10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10AA; }
p { color: rgb(218,16,170); }
H1.HeaderClassName
{
color: #DA10AA;
}
.AnyTagClassName
{
color: #DA10AA;
}
</style>
background-color css
<style>
a { background-color: #DA10AA; }
a { background-color: rgb(218,16,170); }
div.DivClassName
{
background-color: #DA10AA;
}
.BgClassName
{
background-color: #DA10AA;
}
</style>
border-color css
<style>
span { border-color: #DA10AA; }
span { border-color: rgb(218,16,170); }
td.TdClassName
{
border-color: #DA10AA;
}
.TagClassName
{
border-color: #DA10AA;
}
</style>