Shades of Hollywood Cerise #DA0599
Tints of Hollywood Cerise #DA0599
RGB
CMYK
RGB Variations
Color information
#DA0599 (or 0xDA0599) is known color: Hollywood Cerise. HEX triplet: DA, 05 and 99. RGB value is (218,5,153). Sum of RGB (Red+Green+Blue) = 218+5+153=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0599 is #25FA66. Grayscale: #555555. Windows color (decimal): -2488935 or 10028506. OLE color: 10028506.
HSL color Cylindrical-coordinate representation of color #DA0599: hue angle of 318.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0599 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.15 |
| HSL | 318.31º | 0.96% | 0.44% | - |
| HSV(B) | 318.31º | 0.98% | 0.85% | - |
| XYZ | 34.72 | 17.31 | 31.65 | - |
| YUV | 85.56 | 166.07 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 153 | 0 | 0.98 | 0.30 | 0.15 | 318.31 | 0.96 | 0.44 |
| Hex | DA | 5 | 99 | 0 | 62 | 1E | F | 13E | 60 | 2C |
| Octal | 332 | 5 | 231 | 0 | 142 | 36 | 17 | 476 | 140 | 54 |
| Binary | 11011010 | 101 | 10011001 | 0 | 1100010 | 11110 | 1111 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DA0599
Complementary color
Monochromatic Colors of #DA0599
Black with #DA0599
Text Example
Text Example
White with #DA0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0599; }
p { color: rgb(218,5,153); }
H1.HeaderClassName
{
color: #DA0599;
}
.AnyTagClassName
{
color: #DA0599;
}
</style>
background-color css
<style>
a { background-color: #DA0599; }
a { background-color: rgb(218,5,153); }
div.DivClassName
{
background-color: #DA0599;
}
.BgClassName
{
background-color: #DA0599;
}
</style>
border-color css
<style>
span { border-color: #DA0599; }
span { border-color: rgb(218,5,153); }
td.TdClassName
{
border-color: #DA0599;
}
.TagClassName
{
border-color: #DA0599;
}
</style>