Shades of Hollywood Cerise #DA11A7
Tints of Hollywood Cerise #DA11A7
RGB
CMYK
RGB Variations
Color information
#DA11A7 (or 0xDA11A7) is known color: Hollywood Cerise. HEX triplet: DA, 11 and A7. RGB value is (218,17,167). Sum of RGB (Red+Green+Blue) = 218+17+167=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA11A7 is #25EE58. Grayscale: #5D5D5D. Windows color (decimal): -2485849 or 10949082. OLE color: 10949082.
HSL color Cylindrical-coordinate representation of color #DA11A7: hue angle of 315.22º 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 #DA11A7 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 167 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.15 |
| HSL | 315.22º | 0.86% | 0.46% | - |
| HSV(B) | 315.22º | 0.92% | 0.85% | - |
| XYZ | 36.09 | 18.1 | 38.15 | - |
| YUV | 94.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 167 | 0 | 0.92 | 0.23 | 0.15 | 315.22 | 0.86 | 0.46 |
| Hex | DA | 11 | A7 | 0 | 5C | 17 | F | 13B | 56 | 2E |
| Octal | 332 | 21 | 247 | 0 | 134 | 27 | 17 | 473 | 126 | 56 |
| Binary | 11011010 | 10001 | 10100111 | 0 | 1011100 | 10111 | 1111 | 100111011 | 1010110 | 101110 |
Color Harmonies of #DA11A7
Complementary color
Monochromatic Colors of #DA11A7
Black with #DA11A7
Text Example
Text Example
White with #DA11A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11A7; }
p { color: rgb(218,17,167); }
H1.HeaderClassName
{
color: #DA11A7;
}
.AnyTagClassName
{
color: #DA11A7;
}
</style>
background-color css
<style>
a { background-color: #DA11A7; }
a { background-color: rgb(218,17,167); }
div.DivClassName
{
background-color: #DA11A7;
}
.BgClassName
{
background-color: #DA11A7;
}
</style>
border-color css
<style>
span { border-color: #DA11A7; }
span { border-color: rgb(218,17,167); }
td.TdClassName
{
border-color: #DA11A7;
}
.TagClassName
{
border-color: #DA11A7;
}
</style>