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