Shades of Hollywood Cerise #DA0796
Tints of Hollywood Cerise #DA0796
RGB
CMYK
RGB Variations
Color information
#DA0796 (or 0xDA0796) is known color: Hollywood Cerise. HEX triplet: DA, 07 and 96. RGB value is (218,7,150). Sum of RGB (Red+Green+Blue) = 218+7+150=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0796 is #25F869. Grayscale: #565656. Windows color (decimal): -2488426 or 9832410. OLE color: 9832410.
HSL color Cylindrical-coordinate representation of color #DA0796: hue angle of 319.34º 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 #DA0796 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.15 |
| HSL | 319.34º | 0.94% | 0.44% | - |
| HSV(B) | 319.34º | 0.97% | 0.85% | - |
| XYZ | 34.49 | 17.26 | 30.37 | - |
| YUV | 86.39 | 163.9 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 150 | 0 | 0.97 | 0.31 | 0.15 | 319.34 | 0.94 | 0.44 |
| Hex | DA | 7 | 96 | 0 | 61 | 1F | F | 13F | 5E | 2C |
| Octal | 332 | 7 | 226 | 0 | 141 | 37 | 17 | 477 | 136 | 54 |
| Binary | 11011010 | 111 | 10010110 | 0 | 1100001 | 11111 | 1111 | 100111111 | 1011110 | 101100 |
Color Harmonies of #DA0796
Complementary color
Monochromatic Colors of #DA0796
Black with #DA0796
Text Example
Text Example
White with #DA0796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0796; }
p { color: rgb(218,7,150); }
H1.HeaderClassName
{
color: #DA0796;
}
.AnyTagClassName
{
color: #DA0796;
}
</style>
background-color css
<style>
a { background-color: #DA0796; }
a { background-color: rgb(218,7,150); }
div.DivClassName
{
background-color: #DA0796;
}
.BgClassName
{
background-color: #DA0796;
}
</style>
border-color css
<style>
span { border-color: #DA0796; }
span { border-color: rgb(218,7,150); }
td.TdClassName
{
border-color: #DA0796;
}
.TagClassName
{
border-color: #DA0796;
}
</style>