Shades of Hollywood Cerise #DA0197
Tints of Hollywood Cerise #DA0197
RGB
CMYK
RGB Variations
Color information
#DA0197 (or 0xDA0197) is known color: Hollywood Cerise. HEX triplet: DA, 01 and 97. RGB value is (218,1,151). Sum of RGB (Red+Green+Blue) = 218+1+151=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0197 is #25FE68. Grayscale: #525252. Windows color (decimal): -2489961 or 9896410. OLE color: 9896410.
HSL color Cylindrical-coordinate representation of color #DA0197: hue angle of 318.53º 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 #DA0197 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 151 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.15 |
| HSL | 318.53º | 0.99% | 0.43% | - |
| HSV(B) | 318.53º | 1% | 0.85% | - |
| XYZ | 34.51 | 17.16 | 30.77 | - |
| YUV | 82.98 | 166.39 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 151 | 0 | 1.00 | 0.31 | 0.15 | 318.53 | 0.99 | 0.43 |
| Hex | DA | 1 | 97 | 0 | 64 | 1F | F | 13F | 63 | 2B |
| Octal | 332 | 1 | 227 | 0 | 144 | 37 | 17 | 477 | 143 | 53 |
| Binary | 11011010 | 1 | 10010111 | 0 | 1100100 | 11111 | 1111 | 100111111 | 1100011 | 101011 |
Color Harmonies of #DA0197
Complementary color
Monochromatic Colors of #DA0197
Black with #DA0197
Text Example
Text Example
White with #DA0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0197; }
p { color: rgb(218,1,151); }
H1.HeaderClassName
{
color: #DA0197;
}
.AnyTagClassName
{
color: #DA0197;
}
</style>
background-color css
<style>
a { background-color: #DA0197; }
a { background-color: rgb(218,1,151); }
div.DivClassName
{
background-color: #DA0197;
}
.BgClassName
{
background-color: #DA0197;
}
</style>
border-color css
<style>
span { border-color: #DA0197; }
span { border-color: rgb(218,1,151); }
td.TdClassName
{
border-color: #DA0197;
}
.TagClassName
{
border-color: #DA0197;
}
</style>