Shades of Hollywood Cerise #DA0DAF
Tints of Hollywood Cerise #DA0DAF
RGB
CMYK
RGB Variations
Color information
#DA0DAF (or 0xDA0DAF) is known color: Hollywood Cerise. HEX triplet: DA, 0D and AF. RGB value is (218,13,175). Sum of RGB (Red+Green+Blue) = 218+13+175=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0DAF is #25F250. Grayscale: #5C5C5C. Windows color (decimal): -2486865 or 11472346. OLE color: 11472346.
HSL color Cylindrical-coordinate representation of color #DA0DAF: hue angle of 312.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0DAF is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 175 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.15 |
| HSL | 312.59º | 0.89% | 0.45% | - |
| HSV(B) | 312.59º | 0.94% | 0.85% | - |
| XYZ | 36.8 | 18.29 | 42.15 | - |
| YUV | 92.76 | 174.42 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 175 | 0 | 0.94 | 0.20 | 0.15 | 312.59 | 0.89 | 0.45 |
| Hex | DA | D | AF | 0 | 5E | 14 | F | 139 | 59 | 2D |
| Octal | 332 | 15 | 257 | 0 | 136 | 24 | 17 | 471 | 131 | 55 |
| Binary | 11011010 | 1101 | 10101111 | 0 | 1011110 | 10100 | 1111 | 100111001 | 1011001 | 101101 |
Color Harmonies of #DA0DAF
Complementary color
Monochromatic Colors of #DA0DAF
Black with #DA0DAF
Text Example
Text Example
White with #DA0DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DAF; }
p { color: rgb(218,13,175); }
H1.HeaderClassName
{
color: #DA0DAF;
}
.AnyTagClassName
{
color: #DA0DAF;
}
</style>
background-color css
<style>
a { background-color: #DA0DAF; }
a { background-color: rgb(218,13,175); }
div.DivClassName
{
background-color: #DA0DAF;
}
.BgClassName
{
background-color: #DA0DAF;
}
</style>
border-color css
<style>
span { border-color: #DA0DAF; }
span { border-color: rgb(218,13,175); }
td.TdClassName
{
border-color: #DA0DAF;
}
.TagClassName
{
border-color: #DA0DAF;
}
</style>