Shades of Hollywood Cerise #DA0798
Tints of Hollywood Cerise #DA0798
RGB
CMYK
RGB Variations
Color information
#DA0798 (or 0xDA0798) is known color: Hollywood Cerise. HEX triplet: DA, 07 and 98. RGB value is (218,7,152). Sum of RGB (Red+Green+Blue) = 218+7+152=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0798 is #25F867. Grayscale: #565656. Windows color (decimal): -2488424 or 9963482. OLE color: 9963482.
HSL color Cylindrical-coordinate representation of color #DA0798: hue angle of 318.77º 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 #DA0798 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.15 |
| HSL | 318.77º | 0.94% | 0.44% | - |
| HSV(B) | 318.77º | 0.97% | 0.85% | - |
| XYZ | 34.66 | 17.32 | 31.22 | - |
| YUV | 86.62 | 164.9 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 152 | 0 | 0.97 | 0.30 | 0.15 | 318.77 | 0.94 | 0.44 |
| Hex | DA | 7 | 98 | 0 | 61 | 1E | F | 13F | 5E | 2C |
| Octal | 332 | 7 | 230 | 0 | 141 | 36 | 17 | 477 | 136 | 54 |
| Binary | 11011010 | 111 | 10011000 | 0 | 1100001 | 11110 | 1111 | 100111111 | 1011110 | 101100 |
Color Harmonies of #DA0798
Complementary color
Monochromatic Colors of #DA0798
Black with #DA0798
Text Example
Text Example
White with #DA0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0798; }
p { color: rgb(218,7,152); }
H1.HeaderClassName
{
color: #DA0798;
}
.AnyTagClassName
{
color: #DA0798;
}
</style>
background-color css
<style>
a { background-color: #DA0798; }
a { background-color: rgb(218,7,152); }
div.DivClassName
{
background-color: #DA0798;
}
.BgClassName
{
background-color: #DA0798;
}
</style>
border-color css
<style>
span { border-color: #DA0798; }
span { border-color: rgb(218,7,152); }
td.TdClassName
{
border-color: #DA0798;
}
.TagClassName
{
border-color: #DA0798;
}
</style>