Shades of Hollywood Cerise #DA0897
Tints of Hollywood Cerise #DA0897
RGB
CMYK
RGB Variations
Color information
#DA0897 (or 0xDA0897) is known color: Hollywood Cerise. HEX triplet: DA, 08 and 97. RGB value is (218,8,151). Sum of RGB (Red+Green+Blue) = 218+8+151=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0897 is #25F768. Grayscale: #565656. Windows color (decimal): -2488169 or 9898202. OLE color: 9898202.
HSL color Cylindrical-coordinate representation of color #DA0897: hue angle of 319.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0897 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 151 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.15 |
| HSL | 319.14º | 0.93% | 0.44% | - |
| HSV(B) | 319.14º | 0.96% | 0.85% | - |
| XYZ | 34.59 | 17.31 | 30.8 | - |
| YUV | 87.09 | 164.07 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 151 | 0 | 0.96 | 0.31 | 0.15 | 319.14 | 0.93 | 0.44 |
| Hex | DA | 8 | 97 | 0 | 60 | 1F | F | 13F | 5D | 2C |
| Octal | 332 | 10 | 227 | 0 | 140 | 37 | 17 | 477 | 135 | 54 |
| Binary | 11011010 | 1000 | 10010111 | 0 | 1100000 | 11111 | 1111 | 100111111 | 1011101 | 101100 |
Color Harmonies of #DA0897
Complementary color
Monochromatic Colors of #DA0897
Black with #DA0897
Text Example
Text Example
White with #DA0897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0897; }
p { color: rgb(218,8,151); }
H1.HeaderClassName
{
color: #DA0897;
}
.AnyTagClassName
{
color: #DA0897;
}
</style>
background-color css
<style>
a { background-color: #DA0897; }
a { background-color: rgb(218,8,151); }
div.DivClassName
{
background-color: #DA0897;
}
.BgClassName
{
background-color: #DA0897;
}
</style>
border-color css
<style>
span { border-color: #DA0897; }
span { border-color: rgb(218,8,151); }
td.TdClassName
{
border-color: #DA0897;
}
.TagClassName
{
border-color: #DA0897;
}
</style>