Shades of Hollywood Cerise #DA0494
Tints of Hollywood Cerise #DA0494
RGB
CMYK
RGB Variations
Color information
#DA0494 (or 0xDA0494) is known color: Hollywood Cerise. HEX triplet: DA, 04 and 94. RGB value is (218,4,148). Sum of RGB (Red+Green+Blue) = 218+4+148=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0494 is #25FB6B. Grayscale: #545454. Windows color (decimal): -2489196 or 9700570. OLE color: 9700570.
HSL color Cylindrical-coordinate representation of color #DA0494: hue angle of 319.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0494 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 148 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.15 |
| HSL | 319.63º | 0.96% | 0.44% | - |
| HSV(B) | 319.63º | 0.98% | 0.85% | - |
| XYZ | 34.3 | 17.13 | 29.52 | - |
| YUV | 84.4 | 163.9 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 148 | 0 | 0.98 | 0.32 | 0.15 | 319.63 | 0.96 | 0.44 |
| Hex | DA | 4 | 94 | 0 | 62 | 20 | F | 140 | 60 | 2C |
| Octal | 332 | 4 | 224 | 0 | 142 | 40 | 17 | 500 | 140 | 54 |
| Binary | 11011010 | 100 | 10010100 | 0 | 1100010 | 100000 | 1111 | 101000000 | 1100000 | 101100 |
Color Harmonies of #DA0494
Complementary color
Monochromatic Colors of #DA0494
Black with #DA0494
Text Example
Text Example
White with #DA0494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0494; }
p { color: rgb(218,4,148); }
H1.HeaderClassName
{
color: #DA0494;
}
.AnyTagClassName
{
color: #DA0494;
}
</style>
background-color css
<style>
a { background-color: #DA0494; }
a { background-color: rgb(218,4,148); }
div.DivClassName
{
background-color: #DA0494;
}
.BgClassName
{
background-color: #DA0494;
}
</style>
border-color css
<style>
span { border-color: #DA0494; }
span { border-color: rgb(218,4,148); }
td.TdClassName
{
border-color: #DA0494;
}
.TagClassName
{
border-color: #DA0494;
}
</style>