Shades of Hollywood Cerise #DA0296
Tints of Hollywood Cerise #DA0296
RGB
CMYK
RGB Variations
Color information
#DA0296 (or 0xDA0296) is known color: Hollywood Cerise. HEX triplet: DA, 02 and 96. RGB value is (218,2,150). Sum of RGB (Red+Green+Blue) = 218+2+150=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0296 is #25FD69. Grayscale: #535353. Windows color (decimal): -2489706 or 9831130. OLE color: 9831130.
HSL color Cylindrical-coordinate representation of color #DA0296: hue angle of 318.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0296 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.15 |
| HSL | 318.89º | 0.98% | 0.43% | - |
| HSV(B) | 318.89º | 0.99% | 0.85% | - |
| XYZ | 34.44 | 17.15 | 30.35 | - |
| YUV | 83.46 | 165.56 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 150 | 0 | 0.99 | 0.31 | 0.15 | 318.89 | 0.98 | 0.43 |
| Hex | DA | 2 | 96 | 0 | 63 | 1F | F | 13F | 62 | 2B |
| Octal | 332 | 2 | 226 | 0 | 143 | 37 | 17 | 477 | 142 | 53 |
| Binary | 11011010 | 10 | 10010110 | 0 | 1100011 | 11111 | 1111 | 100111111 | 1100010 | 101011 |
Color Harmonies of #DA0296
Complementary color
Monochromatic Colors of #DA0296
Black with #DA0296
Text Example
Text Example
White with #DA0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0296; }
p { color: rgb(218,2,150); }
H1.HeaderClassName
{
color: #DA0296;
}
.AnyTagClassName
{
color: #DA0296;
}
</style>
background-color css
<style>
a { background-color: #DA0296; }
a { background-color: rgb(218,2,150); }
div.DivClassName
{
background-color: #DA0296;
}
.BgClassName
{
background-color: #DA0296;
}
</style>
border-color css
<style>
span { border-color: #DA0296; }
span { border-color: rgb(218,2,150); }
td.TdClassName
{
border-color: #DA0296;
}
.TagClassName
{
border-color: #DA0296;
}
</style>