Shades of Hollywood Cerise #DA0099
Tints of Hollywood Cerise #DA0099
RGB
CMYK
RGB Variations
Color information
#DA0099 (or 0xDA0099) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 99. RGB value is (218,0,153). Sum of RGB (Red+Green+Blue) = 218+0+153=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0099 is #25FF66. Grayscale: #525252. Windows color (decimal): -2490215 or 10027226. OLE color: 10027226.
HSL color Cylindrical-coordinate representation of color #DA0099: hue angle of 317.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0099 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.30 | 0.15 |
| HSL | 317.89º | 1% | 0.43% | - |
| HSV(B) | 317.89º | 1% | 0.85% | - |
| XYZ | 34.66 | 17.21 | 31.63 | - |
| YUV | 82.62 | 167.72 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 153 | 0 | 1 | 0.30 | 0.15 | 317.89 | 1 | 0.43 |
| Hex | DA | 0 | 99 | 0 | 64 | 1E | F | 13E | 64 | 2B |
| Octal | 332 | 0 | 231 | 0 | 144 | 36 | 17 | 476 | 144 | 53 |
| Binary | 11011010 | 0 | 10011001 | 0 | 1100100 | 11110 | 1111 | 100111110 | 1100100 | 101011 |
Color Harmonies of #DA0099
Complementary color
Monochromatic Colors of #DA0099
Black with #DA0099
Text Example
Text Example
White with #DA0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0099; }
p { color: rgb(218,0,153); }
H1.HeaderClassName
{
color: #DA0099;
}
.AnyTagClassName
{
color: #DA0099;
}
</style>
background-color css
<style>
a { background-color: #DA0099; }
a { background-color: rgb(218,0,153); }
div.DivClassName
{
background-color: #DA0099;
}
.BgClassName
{
background-color: #DA0099;
}
</style>
border-color css
<style>
span { border-color: #DA0099; }
span { border-color: rgb(218,0,153); }
td.TdClassName
{
border-color: #DA0099;
}
.TagClassName
{
border-color: #DA0099;
}
</style>