Shades of Hollywood Cerise #DA059C
Tints of Hollywood Cerise #DA059C
RGB
CMYK
RGB Variations
Color information
#DA059C (or 0xDA059C) is known color: Hollywood Cerise. HEX triplet: DA, 05 and 9C. RGB value is (218,5,156). Sum of RGB (Red+Green+Blue) = 218+5+156=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA059C is #25FA63. Grayscale: #555555. Windows color (decimal): -2488932 or 10225114. OLE color: 10225114.
HSL color Cylindrical-coordinate representation of color #DA059C: hue angle of 317.46º 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 #DA059C is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.15 |
| HSL | 317.46º | 0.96% | 0.44% | - |
| HSV(B) | 317.46º | 0.98% | 0.85% | - |
| XYZ | 34.97 | 17.41 | 32.97 | - |
| YUV | 85.9 | 167.57 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 156 | 0 | 0.98 | 0.28 | 0.15 | 317.46 | 0.96 | 0.44 |
| Hex | DA | 5 | 9C | 0 | 62 | 1C | F | 13D | 60 | 2C |
| Octal | 332 | 5 | 234 | 0 | 142 | 34 | 17 | 475 | 140 | 54 |
| Binary | 11011010 | 101 | 10011100 | 0 | 1100010 | 11100 | 1111 | 100111101 | 1100000 | 101100 |
Color Harmonies of #DA059C
Complementary color
Monochromatic Colors of #DA059C
Black with #DA059C
Text Example
Text Example
White with #DA059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA059C; }
p { color: rgb(218,5,156); }
H1.HeaderClassName
{
color: #DA059C;
}
.AnyTagClassName
{
color: #DA059C;
}
</style>
background-color css
<style>
a { background-color: #DA059C; }
a { background-color: rgb(218,5,156); }
div.DivClassName
{
background-color: #DA059C;
}
.BgClassName
{
background-color: #DA059C;
}
</style>
border-color css
<style>
span { border-color: #DA059C; }
span { border-color: rgb(218,5,156); }
td.TdClassName
{
border-color: #DA059C;
}
.TagClassName
{
border-color: #DA059C;
}
</style>