Shades of Hollywood Cerise #DA099F
Tints of Hollywood Cerise #DA099F
RGB
CMYK
RGB Variations
Color information
#DA099F (or 0xDA099F) is known color: Hollywood Cerise. HEX triplet: DA, 09 and 9F. RGB value is (218,9,159). Sum of RGB (Red+Green+Blue) = 218+9+159=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA099F is #25F660. Grayscale: #585858. Windows color (decimal): -2487905 or 10422746. OLE color: 10422746.
HSL color Cylindrical-coordinate representation of color #DA099F: hue angle of 316.94º 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 #DA099F is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.15 |
| HSL | 316.94º | 0.92% | 0.45% | - |
| HSV(B) | 316.94º | 0.96% | 0.85% | - |
| XYZ | 35.27 | 17.6 | 34.34 | - |
| YUV | 88.59 | 167.74 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 159 | 0 | 0.96 | 0.27 | 0.15 | 316.94 | 0.92 | 0.45 |
| Hex | DA | 9 | 9F | 0 | 60 | 1B | F | 13D | 5C | 2D |
| Octal | 332 | 11 | 237 | 0 | 140 | 33 | 17 | 475 | 134 | 55 |
| Binary | 11011010 | 1001 | 10011111 | 0 | 1100000 | 11011 | 1111 | 100111101 | 1011100 | 101101 |
Color Harmonies of #DA099F
Complementary color
Monochromatic Colors of #DA099F
Black with #DA099F
Text Example
Text Example
White with #DA099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA099F; }
p { color: rgb(218,9,159); }
H1.HeaderClassName
{
color: #DA099F;
}
.AnyTagClassName
{
color: #DA099F;
}
</style>
background-color css
<style>
a { background-color: #DA099F; }
a { background-color: rgb(218,9,159); }
div.DivClassName
{
background-color: #DA099F;
}
.BgClassName
{
background-color: #DA099F;
}
</style>
border-color css
<style>
span { border-color: #DA099F; }
span { border-color: rgb(218,9,159); }
td.TdClassName
{
border-color: #DA099F;
}
.TagClassName
{
border-color: #DA099F;
}
</style>