Shades of Hollywood Cerise #DA0799
Tints of Hollywood Cerise #DA0799
RGB
CMYK
RGB Variations
Color information
#DA0799 (or 0xDA0799) is known color: Hollywood Cerise. HEX triplet: DA, 07 and 99. RGB value is (218,7,153). Sum of RGB (Red+Green+Blue) = 218+7+153=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0799 is #25F866. Grayscale: #565656. Windows color (decimal): -2488423 or 10029018. OLE color: 10029018.
HSL color Cylindrical-coordinate representation of color #DA0799: hue angle of 318.48º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0799 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 153 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.15 |
| HSL | 318.48º | 0.94% | 0.44% | - |
| HSV(B) | 318.48º | 0.97% | 0.85% | - |
| XYZ | 34.74 | 17.36 | 31.66 | - |
| YUV | 86.73 | 165.4 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 153 | 0 | 0.97 | 0.30 | 0.15 | 318.48 | 0.94 | 0.44 |
| Hex | DA | 7 | 99 | 0 | 61 | 1E | F | 13E | 5E | 2C |
| Octal | 332 | 7 | 231 | 0 | 141 | 36 | 17 | 476 | 136 | 54 |
| Binary | 11011010 | 111 | 10011001 | 0 | 1100001 | 11110 | 1111 | 100111110 | 1011110 | 101100 |
Color Harmonies of #DA0799
Complementary color
Monochromatic Colors of #DA0799
Black with #DA0799
Text Example
Text Example
White with #DA0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0799; }
p { color: rgb(218,7,153); }
H1.HeaderClassName
{
color: #DA0799;
}
.AnyTagClassName
{
color: #DA0799;
}
</style>
background-color css
<style>
a { background-color: #DA0799; }
a { background-color: rgb(218,7,153); }
div.DivClassName
{
background-color: #DA0799;
}
.BgClassName
{
background-color: #DA0799;
}
</style>
border-color css
<style>
span { border-color: #DA0799; }
span { border-color: rgb(218,7,153); }
td.TdClassName
{
border-color: #DA0799;
}
.TagClassName
{
border-color: #DA0799;
}
</style>