Shades of Hollywood Cerise #DA0B9E
Tints of Hollywood Cerise #DA0B9E
RGB
CMYK
RGB Variations
Color information
#DA0B9E (or 0xDA0B9E) is known color: Hollywood Cerise. HEX triplet: DA, 0B and 9E. RGB value is (218,11,158). Sum of RGB (Red+Green+Blue) = 218+11+158=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0B9E is #25F461. Grayscale: #595959. Windows color (decimal): -2487394 or 10357722. OLE color: 10357722.
HSL color Cylindrical-coordinate representation of color #DA0B9E: hue angle of 317.39º 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 #DA0B9E is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 158 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.15 |
| HSL | 317.39º | 0.9% | 0.45% | - |
| HSV(B) | 317.39º | 0.95% | 0.85% | - |
| XYZ | 35.2 | 17.61 | 33.89 | - |
| YUV | 89.65 | 166.58 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 158 | 0 | 0.95 | 0.28 | 0.15 | 317.39 | 0.9 | 0.45 |
| Hex | DA | B | 9E | 0 | 5F | 1C | F | 13D | 5A | 2D |
| Octal | 332 | 13 | 236 | 0 | 137 | 34 | 17 | 475 | 132 | 55 |
| Binary | 11011010 | 1011 | 10011110 | 0 | 1011111 | 11100 | 1111 | 100111101 | 1011010 | 101101 |
Color Harmonies of #DA0B9E
Complementary color
Monochromatic Colors of #DA0B9E
Black with #DA0B9E
Text Example
Text Example
White with #DA0B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B9E; }
p { color: rgb(218,11,158); }
H1.HeaderClassName
{
color: #DA0B9E;
}
.AnyTagClassName
{
color: #DA0B9E;
}
</style>
background-color css
<style>
a { background-color: #DA0B9E; }
a { background-color: rgb(218,11,158); }
div.DivClassName
{
background-color: #DA0B9E;
}
.BgClassName
{
background-color: #DA0B9E;
}
</style>
border-color css
<style>
span { border-color: #DA0B9E; }
span { border-color: rgb(218,11,158); }
td.TdClassName
{
border-color: #DA0B9E;
}
.TagClassName
{
border-color: #DA0B9E;
}
</style>