Shades of Hollywood Cerise #DA0BAE
Tints of Hollywood Cerise #DA0BAE
RGB
CMYK
RGB Variations
Color information
#DA0BAE (or 0xDA0BAE) is known color: Hollywood Cerise. HEX triplet: DA, 0B and AE. RGB value is (218,11,174). Sum of RGB (Red+Green+Blue) = 218+11+174=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0BAE is #25F451. Grayscale: #5B5B5B. Windows color (decimal): -2487378 or 11406298. OLE color: 11406298.
HSL color Cylindrical-coordinate representation of color #DA0BAE: hue angle of 312.75º 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 #DA0BAE is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 174 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.15 |
| HSL | 312.75º | 0.9% | 0.45% | - |
| HSV(B) | 312.75º | 0.95% | 0.85% | - |
| XYZ | 36.67 | 18.2 | 41.62 | - |
| YUV | 91.48 | 174.58 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 174 | 0 | 0.95 | 0.20 | 0.15 | 312.75 | 0.9 | 0.45 |
| Hex | DA | B | AE | 0 | 5F | 14 | F | 139 | 5A | 2D |
| Octal | 332 | 13 | 256 | 0 | 137 | 24 | 17 | 471 | 132 | 55 |
| Binary | 11011010 | 1011 | 10101110 | 0 | 1011111 | 10100 | 1111 | 100111001 | 1011010 | 101101 |
Color Harmonies of #DA0BAE
Complementary color
Monochromatic Colors of #DA0BAE
Black with #DA0BAE
Text Example
Text Example
White with #DA0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BAE; }
p { color: rgb(218,11,174); }
H1.HeaderClassName
{
color: #DA0BAE;
}
.AnyTagClassName
{
color: #DA0BAE;
}
</style>
background-color css
<style>
a { background-color: #DA0BAE; }
a { background-color: rgb(218,11,174); }
div.DivClassName
{
background-color: #DA0BAE;
}
.BgClassName
{
background-color: #DA0BAE;
}
</style>
border-color css
<style>
span { border-color: #DA0BAE; }
span { border-color: rgb(218,11,174); }
td.TdClassName
{
border-color: #DA0BAE;
}
.TagClassName
{
border-color: #DA0BAE;
}
</style>