Shades of Hollywood Cerise #DA0BA0
Tints of Hollywood Cerise #DA0BA0
RGB
CMYK
RGB Variations
Color information
#DA0BA0 (or 0xDA0BA0) is known color: Hollywood Cerise. HEX triplet: DA, 0B and A0. RGB value is (218,11,160). Sum of RGB (Red+Green+Blue) = 218+11+160=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0BA0 is #25F45F. Grayscale: #595959. Windows color (decimal): -2487392 or 10488794. OLE color: 10488794.
HSL color Cylindrical-coordinate representation of color #DA0BA0: hue angle of 316.81º 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 #DA0BA0 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 160 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.15 |
| HSL | 316.81º | 0.9% | 0.45% | - |
| HSV(B) | 316.81º | 0.95% | 0.85% | - |
| XYZ | 35.38 | 17.68 | 34.81 | - |
| YUV | 89.88 | 167.58 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 160 | 0 | 0.95 | 0.27 | 0.15 | 316.81 | 0.9 | 0.45 |
| Hex | DA | B | A0 | 0 | 5F | 1B | F | 13D | 5A | 2D |
| Octal | 332 | 13 | 240 | 0 | 137 | 33 | 17 | 475 | 132 | 55 |
| Binary | 11011010 | 1011 | 10100000 | 0 | 1011111 | 11011 | 1111 | 100111101 | 1011010 | 101101 |
Color Harmonies of #DA0BA0
Complementary color
Monochromatic Colors of #DA0BA0
Black with #DA0BA0
Text Example
Text Example
White with #DA0BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BA0; }
p { color: rgb(218,11,160); }
H1.HeaderClassName
{
color: #DA0BA0;
}
.AnyTagClassName
{
color: #DA0BA0;
}
</style>
background-color css
<style>
a { background-color: #DA0BA0; }
a { background-color: rgb(218,11,160); }
div.DivClassName
{
background-color: #DA0BA0;
}
.BgClassName
{
background-color: #DA0BA0;
}
</style>
border-color css
<style>
span { border-color: #DA0BA0; }
span { border-color: rgb(218,11,160); }
td.TdClassName
{
border-color: #DA0BA0;
}
.TagClassName
{
border-color: #DA0BA0;
}
</style>