Shades of Hollywood Cerise #DA0196
Tints of Hollywood Cerise #DA0196
RGB
CMYK
RGB Variations
Color information
#DA0196 (or 0xDA0196) is known color: Hollywood Cerise. HEX triplet: DA, 01 and 96. RGB value is (218,1,150). Sum of RGB (Red+Green+Blue) = 218+1+150=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0196 is #25FE69. Grayscale: #525252. Windows color (decimal): -2489962 or 9830874. OLE color: 9830874.
HSL color Cylindrical-coordinate representation of color #DA0196: hue angle of 318.8º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0196 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 150 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.15 |
| HSL | 318.8º | 0.99% | 0.43% | - |
| HSV(B) | 318.8º | 1% | 0.85% | - |
| XYZ | 34.43 | 17.13 | 30.35 | - |
| YUV | 82.87 | 165.89 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 150 | 0 | 1.00 | 0.31 | 0.15 | 318.8 | 0.99 | 0.43 |
| Hex | DA | 1 | 96 | 0 | 64 | 1F | F | 13F | 63 | 2B |
| Octal | 332 | 1 | 226 | 0 | 144 | 37 | 17 | 477 | 143 | 53 |
| Binary | 11011010 | 1 | 10010110 | 0 | 1100100 | 11111 | 1111 | 100111111 | 1100011 | 101011 |
Color Harmonies of #DA0196
Complementary color
Monochromatic Colors of #DA0196
Black with #DA0196
Text Example
Text Example
White with #DA0196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0196; }
p { color: rgb(218,1,150); }
H1.HeaderClassName
{
color: #DA0196;
}
.AnyTagClassName
{
color: #DA0196;
}
</style>
background-color css
<style>
a { background-color: #DA0196; }
a { background-color: rgb(218,1,150); }
div.DivClassName
{
background-color: #DA0196;
}
.BgClassName
{
background-color: #DA0196;
}
</style>
border-color css
<style>
span { border-color: #DA0196; }
span { border-color: rgb(218,1,150); }
td.TdClassName
{
border-color: #DA0196;
}
.TagClassName
{
border-color: #DA0196;
}
</style>