Shades of Hollywood Cerise #DA11A0
Tints of Hollywood Cerise #DA11A0
RGB
CMYK
RGB Variations
Color information
#DA11A0 (or 0xDA11A0) is known color: Hollywood Cerise. HEX triplet: DA, 11 and A0. RGB value is (218,17,160). Sum of RGB (Red+Green+Blue) = 218+17+160=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA11A0 is #25EE5F. Grayscale: #5D5D5D. Windows color (decimal): -2485856 or 10490330. OLE color: 10490330.
HSL color Cylindrical-coordinate representation of color #DA11A0: hue angle of 317.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA11A0 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 160 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.15 |
| HSL | 317.31º | 0.86% | 0.46% | - |
| HSV(B) | 317.31º | 0.92% | 0.85% | - |
| XYZ | 35.46 | 17.84 | 34.83 | - |
| YUV | 93.4 | 165.59 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 160 | 0 | 0.92 | 0.27 | 0.15 | 317.31 | 0.86 | 0.46 |
| Hex | DA | 11 | A0 | 0 | 5C | 1B | F | 13D | 56 | 2E |
| Octal | 332 | 21 | 240 | 0 | 134 | 33 | 17 | 475 | 126 | 56 |
| Binary | 11011010 | 10001 | 10100000 | 0 | 1011100 | 11011 | 1111 | 100111101 | 1010110 | 101110 |
Color Harmonies of #DA11A0
Complementary color
Monochromatic Colors of #DA11A0
Black with #DA11A0
Text Example
Text Example
White with #DA11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11A0; }
p { color: rgb(218,17,160); }
H1.HeaderClassName
{
color: #DA11A0;
}
.AnyTagClassName
{
color: #DA11A0;
}
</style>
background-color css
<style>
a { background-color: #DA11A0; }
a { background-color: rgb(218,17,160); }
div.DivClassName
{
background-color: #DA11A0;
}
.BgClassName
{
background-color: #DA11A0;
}
</style>
border-color css
<style>
span { border-color: #DA11A0; }
span { border-color: rgb(218,17,160); }
td.TdClassName
{
border-color: #DA11A0;
}
.TagClassName
{
border-color: #DA11A0;
}
</style>