Shades of Hollywood Cerise #DA11A5
Tints of Hollywood Cerise #DA11A5
RGB
CMYK
RGB Variations
Color information
#DA11A5 (or 0xDA11A5) is known color: Hollywood Cerise. HEX triplet: DA, 11 and A5. RGB value is (218,17,165). Sum of RGB (Red+Green+Blue) = 218+17+165=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA11A5 is #25EE5A. Grayscale: #5D5D5D. Windows color (decimal): -2485851 or 10818010. OLE color: 10818010.
HSL color Cylindrical-coordinate representation of color #DA11A5: hue angle of 315.82º 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 #DA11A5 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 165 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.15 |
| HSL | 315.82º | 0.86% | 0.46% | - |
| HSV(B) | 315.82º | 0.92% | 0.85% | - |
| XYZ | 35.91 | 18.02 | 37.18 | - |
| YUV | 93.97 | 168.09 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 165 | 0 | 0.92 | 0.24 | 0.15 | 315.82 | 0.86 | 0.46 |
| Hex | DA | 11 | A5 | 0 | 5C | 18 | F | 13C | 56 | 2E |
| Octal | 332 | 21 | 245 | 0 | 134 | 30 | 17 | 474 | 126 | 56 |
| Binary | 11011010 | 10001 | 10100101 | 0 | 1011100 | 11000 | 1111 | 100111100 | 1010110 | 101110 |
Color Harmonies of #DA11A5
Complementary color
Monochromatic Colors of #DA11A5
Black with #DA11A5
Text Example
Text Example
White with #DA11A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11A5; }
p { color: rgb(218,17,165); }
H1.HeaderClassName
{
color: #DA11A5;
}
.AnyTagClassName
{
color: #DA11A5;
}
</style>
background-color css
<style>
a { background-color: #DA11A5; }
a { background-color: rgb(218,17,165); }
div.DivClassName
{
background-color: #DA11A5;
}
.BgClassName
{
background-color: #DA11A5;
}
</style>
border-color css
<style>
span { border-color: #DA11A5; }
span { border-color: rgb(218,17,165); }
td.TdClassName
{
border-color: #DA11A5;
}
.TagClassName
{
border-color: #DA11A5;
}
</style>