Shades of Hollywood Cerise #DA10A7
Tints of Hollywood Cerise #DA10A7
RGB
CMYK
RGB Variations
Color information
#DA10A7 (or 0xDA10A7) is known color: Hollywood Cerise. HEX triplet: DA, 10 and A7. RGB value is (218,16,167). Sum of RGB (Red+Green+Blue) = 218+16+167=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA10A7 is #25EF58. Grayscale: #5D5D5D. Windows color (decimal): -2486105 or 10948826. OLE color: 10948826.
HSL color Cylindrical-coordinate representation of color #DA10A7: hue angle of 315.15º 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 #DA10A7 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 167 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.15 |
| HSL | 315.15º | 0.86% | 0.46% | - |
| HSV(B) | 315.15º | 0.93% | 0.85% | - |
| XYZ | 36.07 | 18.07 | 38.15 | - |
| YUV | 93.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 167 | 0 | 0.93 | 0.23 | 0.15 | 315.15 | 0.86 | 0.46 |
| Hex | DA | 10 | A7 | 0 | 5D | 17 | F | 13B | 56 | 2E |
| Octal | 332 | 20 | 247 | 0 | 135 | 27 | 17 | 473 | 126 | 56 |
| Binary | 11011010 | 10000 | 10100111 | 0 | 1011101 | 10111 | 1111 | 100111011 | 1010110 | 101110 |
Color Harmonies of #DA10A7
Complementary color
Monochromatic Colors of #DA10A7
Black with #DA10A7
Text Example
Text Example
White with #DA10A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10A7; }
p { color: rgb(218,16,167); }
H1.HeaderClassName
{
color: #DA10A7;
}
.AnyTagClassName
{
color: #DA10A7;
}
</style>
background-color css
<style>
a { background-color: #DA10A7; }
a { background-color: rgb(218,16,167); }
div.DivClassName
{
background-color: #DA10A7;
}
.BgClassName
{
background-color: #DA10A7;
}
</style>
border-color css
<style>
span { border-color: #DA10A7; }
span { border-color: rgb(218,16,167); }
td.TdClassName
{
border-color: #DA10A7;
}
.TagClassName
{
border-color: #DA10A7;
}
</style>