Shades of Hollywood Cerise #DA0FAF
Tints of Hollywood Cerise #DA0FAF
RGB
CMYK
RGB Variations
Color information
#DA0FAF (or 0xDA0FAF) is known color: Hollywood Cerise. HEX triplet: DA, 0F and AF. RGB value is (218,15,175). Sum of RGB (Red+Green+Blue) = 218+15+175=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0FAF is #25F050. Grayscale: #5D5D5D. Windows color (decimal): -2486353 or 11472858. OLE color: 11472858.
HSL color Cylindrical-coordinate representation of color #DA0FAF: hue angle of 312.71º degrees, saturation: 0.87, 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 #DA0FAF is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 175 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.15 |
| HSL | 312.71º | 0.87% | 0.46% | - |
| HSV(B) | 312.71º | 0.93% | 0.85% | - |
| XYZ | 36.82 | 18.34 | 42.16 | - |
| YUV | 93.94 | 173.75 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 175 | 0 | 0.93 | 0.20 | 0.15 | 312.71 | 0.87 | 0.46 |
| Hex | DA | F | AF | 0 | 5D | 14 | F | 139 | 57 | 2E |
| Octal | 332 | 17 | 257 | 0 | 135 | 24 | 17 | 471 | 127 | 56 |
| Binary | 11011010 | 1111 | 10101111 | 0 | 1011101 | 10100 | 1111 | 100111001 | 1010111 | 101110 |
Color Harmonies of #DA0FAF
Complementary color
Monochromatic Colors of #DA0FAF
Black with #DA0FAF
Text Example
Text Example
White with #DA0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FAF; }
p { color: rgb(218,15,175); }
H1.HeaderClassName
{
color: #DA0FAF;
}
.AnyTagClassName
{
color: #DA0FAF;
}
</style>
background-color css
<style>
a { background-color: #DA0FAF; }
a { background-color: rgb(218,15,175); }
div.DivClassName
{
background-color: #DA0FAF;
}
.BgClassName
{
background-color: #DA0FAF;
}
</style>
border-color css
<style>
span { border-color: #DA0FAF; }
span { border-color: rgb(218,15,175); }
td.TdClassName
{
border-color: #DA0FAF;
}
.TagClassName
{
border-color: #DA0FAF;
}
</style>