Shades of Hollywood Cerise #DA0096
Tints of Hollywood Cerise #DA0096
RGB
CMYK
RGB Variations
Color information
#DA0096 (or 0xDA0096) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 96. RGB value is (218,0,150). Sum of RGB (Red+Green+Blue) = 218+0+150=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0096 is #25FF69. Grayscale: #515151. Windows color (decimal): -2490218 or 9830618. OLE color: 9830618.
HSL color Cylindrical-coordinate representation of color #DA0096: hue angle of 318.72º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0096 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.31 | 0.15 |
| HSL | 318.72º | 1% | 0.43% | - |
| HSV(B) | 318.72º | 1% | 0.85% | - |
| XYZ | 34.42 | 17.11 | 30.34 | - |
| YUV | 82.28 | 166.22 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 150 | 0 | 1 | 0.31 | 0.15 | 318.72 | 1 | 0.43 |
| Hex | DA | 0 | 96 | 0 | 64 | 1F | F | 13F | 64 | 2B |
| Octal | 332 | 0 | 226 | 0 | 144 | 37 | 17 | 477 | 144 | 53 |
| Binary | 11011010 | 0 | 10010110 | 0 | 1100100 | 11111 | 1111 | 100111111 | 1100100 | 101011 |
Color Harmonies of #DA0096
Complementary color
Monochromatic Colors of #DA0096
Black with #DA0096
Text Example
Text Example
White with #DA0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0096; }
p { color: rgb(218,0,150); }
H1.HeaderClassName
{
color: #DA0096;
}
.AnyTagClassName
{
color: #DA0096;
}
</style>
background-color css
<style>
a { background-color: #DA0096; }
a { background-color: rgb(218,0,150); }
div.DivClassName
{
background-color: #DA0096;
}
.BgClassName
{
background-color: #DA0096;
}
</style>
border-color css
<style>
span { border-color: #DA0096; }
span { border-color: rgb(218,0,150); }
td.TdClassName
{
border-color: #DA0096;
}
.TagClassName
{
border-color: #DA0096;
}
</style>