Shades of Hollywood Cerise #DA0198
Tints of Hollywood Cerise #DA0198
RGB
CMYK
RGB Variations
Color information
#DA0198 (or 0xDA0198) is known color: Hollywood Cerise. HEX triplet: DA, 01 and 98. RGB value is (218,1,152). Sum of RGB (Red+Green+Blue) = 218+1+152=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0198 is #25FE67. Grayscale: #525252. Windows color (decimal): -2489960 or 9961946. OLE color: 9961946.
HSL color Cylindrical-coordinate representation of color #DA0198: hue angle of 318.25º 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 #DA0198 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.15 |
| HSL | 318.25º | 0.99% | 0.43% | - |
| HSV(B) | 318.25º | 1% | 0.85% | - |
| XYZ | 34.59 | 17.19 | 31.2 | - |
| YUV | 83.1 | 166.89 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 152 | 0 | 1.00 | 0.30 | 0.15 | 318.25 | 0.99 | 0.43 |
| Hex | DA | 1 | 98 | 0 | 64 | 1E | F | 13E | 63 | 2B |
| Octal | 332 | 1 | 230 | 0 | 144 | 36 | 17 | 476 | 143 | 53 |
| Binary | 11011010 | 1 | 10011000 | 0 | 1100100 | 11110 | 1111 | 100111110 | 1100011 | 101011 |
Color Harmonies of #DA0198
Complementary color
Monochromatic Colors of #DA0198
Black with #DA0198
Text Example
Text Example
White with #DA0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0198; }
p { color: rgb(218,1,152); }
H1.HeaderClassName
{
color: #DA0198;
}
.AnyTagClassName
{
color: #DA0198;
}
</style>
background-color css
<style>
a { background-color: #DA0198; }
a { background-color: rgb(218,1,152); }
div.DivClassName
{
background-color: #DA0198;
}
.BgClassName
{
background-color: #DA0198;
}
</style>
border-color css
<style>
span { border-color: #DA0198; }
span { border-color: rgb(218,1,152); }
td.TdClassName
{
border-color: #DA0198;
}
.TagClassName
{
border-color: #DA0198;
}
</style>