Shades of Hollywood Cerise #DA0495
Tints of Hollywood Cerise #DA0495
RGB
CMYK
RGB Variations
Color information
#DA0495 (or 0xDA0495) is known color: Hollywood Cerise. HEX triplet: DA, 04 and 95. RGB value is (218,4,149). Sum of RGB (Red+Green+Blue) = 218+4+149=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0495 is #25FB6A. Grayscale: #545454. Windows color (decimal): -2489195 or 9766106. OLE color: 9766106.
HSL color Cylindrical-coordinate representation of color #DA0495: hue angle of 319.35º 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 #DA0495 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.15 |
| HSL | 319.35º | 0.96% | 0.44% | - |
| HSV(B) | 319.35º | 0.98% | 0.85% | - |
| XYZ | 34.38 | 17.16 | 29.93 | - |
| YUV | 84.52 | 164.4 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 149 | 0 | 0.98 | 0.32 | 0.15 | 319.35 | 0.96 | 0.44 |
| Hex | DA | 4 | 95 | 0 | 62 | 20 | F | 13F | 60 | 2C |
| Octal | 332 | 4 | 225 | 0 | 142 | 40 | 17 | 477 | 140 | 54 |
| Binary | 11011010 | 100 | 10010101 | 0 | 1100010 | 100000 | 1111 | 100111111 | 1100000 | 101100 |
Color Harmonies of #DA0495
Complementary color
Monochromatic Colors of #DA0495
Black with #DA0495
Text Example
Text Example
White with #DA0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0495; }
p { color: rgb(218,4,149); }
H1.HeaderClassName
{
color: #DA0495;
}
.AnyTagClassName
{
color: #DA0495;
}
</style>
background-color css
<style>
a { background-color: #DA0495; }
a { background-color: rgb(218,4,149); }
div.DivClassName
{
background-color: #DA0495;
}
.BgClassName
{
background-color: #DA0495;
}
</style>
border-color css
<style>
span { border-color: #DA0495; }
span { border-color: rgb(218,4,149); }
td.TdClassName
{
border-color: #DA0495;
}
.TagClassName
{
border-color: #DA0495;
}
</style>