Shades of Hollywood Cerise #DA0BA9
Tints of Hollywood Cerise #DA0BA9
RGB
CMYK
RGB Variations
Color information
#DA0BA9 (or 0xDA0BA9) is known color: Hollywood Cerise. HEX triplet: DA, 0B and A9. RGB value is (218,11,169). Sum of RGB (Red+Green+Blue) = 218+11+169=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0BA9 is #25F456. Grayscale: #5A5A5A. Windows color (decimal): -2487383 or 11078618. OLE color: 11078618.
HSL color Cylindrical-coordinate representation of color #DA0BA9: hue angle of 314.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BA9 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 169 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.15 |
| HSL | 314.2º | 0.9% | 0.45% | - |
| HSV(B) | 314.2º | 0.95% | 0.85% | - |
| XYZ | 36.19 | 18.01 | 39.1 | - |
| YUV | 90.91 | 172.08 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 169 | 0 | 0.95 | 0.22 | 0.15 | 314.2 | 0.9 | 0.45 |
| Hex | DA | B | A9 | 0 | 5F | 16 | F | 13A | 5A | 2D |
| Octal | 332 | 13 | 251 | 0 | 137 | 26 | 17 | 472 | 132 | 55 |
| Binary | 11011010 | 1011 | 10101001 | 0 | 1011111 | 10110 | 1111 | 100111010 | 1011010 | 101101 |
Color Harmonies of #DA0BA9
Complementary color
Monochromatic Colors of #DA0BA9
Black with #DA0BA9
Text Example
Text Example
White with #DA0BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BA9; }
p { color: rgb(218,11,169); }
H1.HeaderClassName
{
color: #DA0BA9;
}
.AnyTagClassName
{
color: #DA0BA9;
}
</style>
background-color css
<style>
a { background-color: #DA0BA9; }
a { background-color: rgb(218,11,169); }
div.DivClassName
{
background-color: #DA0BA9;
}
.BgClassName
{
background-color: #DA0BA9;
}
</style>
border-color css
<style>
span { border-color: #DA0BA9; }
span { border-color: rgb(218,11,169); }
td.TdClassName
{
border-color: #DA0BA9;
}
.TagClassName
{
border-color: #DA0BA9;
}
</style>