Shades of Hollywood Cerise #DA09AF
Tints of Hollywood Cerise #DA09AF
RGB
CMYK
RGB Variations
Color information
#DA09AF (or 0xDA09AF) is known color: Hollywood Cerise. HEX triplet: DA, 09 and AF. RGB value is (218,9,175). Sum of RGB (Red+Green+Blue) = 218+9+175=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09AF is #25F650. Grayscale: #595959. Windows color (decimal): -2487889 or 11471322. OLE color: 11471322.
HSL color Cylindrical-coordinate representation of color #DA09AF: hue angle of 312.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09AF is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 175 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.15 |
| HSL | 312.34º | 0.92% | 0.45% | - |
| HSV(B) | 312.34º | 0.96% | 0.85% | - |
| XYZ | 36.75 | 18.2 | 42.13 | - |
| YUV | 90.42 | 175.74 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 175 | 0 | 0.96 | 0.20 | 0.15 | 312.34 | 0.92 | 0.45 |
| Hex | DA | 9 | AF | 0 | 60 | 14 | F | 138 | 5C | 2D |
| Octal | 332 | 11 | 257 | 0 | 140 | 24 | 17 | 470 | 134 | 55 |
| Binary | 11011010 | 1001 | 10101111 | 0 | 1100000 | 10100 | 1111 | 100111000 | 1011100 | 101101 |
Color Harmonies of #DA09AF
Complementary color
Monochromatic Colors of #DA09AF
Black with #DA09AF
Text Example
Text Example
White with #DA09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09AF; }
p { color: rgb(218,9,175); }
H1.HeaderClassName
{
color: #DA09AF;
}
.AnyTagClassName
{
color: #DA09AF;
}
</style>
background-color css
<style>
a { background-color: #DA09AF; }
a { background-color: rgb(218,9,175); }
div.DivClassName
{
background-color: #DA09AF;
}
.BgClassName
{
background-color: #DA09AF;
}
</style>
border-color css
<style>
span { border-color: #DA09AF; }
span { border-color: rgb(218,9,175); }
td.TdClassName
{
border-color: #DA09AF;
}
.TagClassName
{
border-color: #DA09AF;
}
</style>