Shades of Hollywood Cerise #DA059A
Tints of Hollywood Cerise #DA059A
RGB
CMYK
RGB Variations
Color information
#DA059A (or 0xDA059A) is known color: Hollywood Cerise. HEX triplet: DA, 05 and 9A. RGB value is (218,5,154). Sum of RGB (Red+Green+Blue) = 218+5+154=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA059A is #25FA65. Grayscale: #555555. Windows color (decimal): -2488934 or 10094042. OLE color: 10094042.
HSL color Cylindrical-coordinate representation of color #DA059A: hue angle of 318.03º 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 #DA059A is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.15 |
| HSL | 318.03º | 0.96% | 0.44% | - |
| HSV(B) | 318.03º | 0.98% | 0.85% | - |
| XYZ | 34.8 | 17.35 | 32.09 | - |
| YUV | 85.67 | 166.57 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 154 | 0 | 0.98 | 0.29 | 0.15 | 318.03 | 0.96 | 0.44 |
| Hex | DA | 5 | 9A | 0 | 62 | 1D | F | 13E | 60 | 2C |
| Octal | 332 | 5 | 232 | 0 | 142 | 35 | 17 | 476 | 140 | 54 |
| Binary | 11011010 | 101 | 10011010 | 0 | 1100010 | 11101 | 1111 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DA059A
Complementary color
Monochromatic Colors of #DA059A
Black with #DA059A
Text Example
Text Example
White with #DA059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA059A; }
p { color: rgb(218,5,154); }
H1.HeaderClassName
{
color: #DA059A;
}
.AnyTagClassName
{
color: #DA059A;
}
</style>
background-color css
<style>
a { background-color: #DA059A; }
a { background-color: rgb(218,5,154); }
div.DivClassName
{
background-color: #DA059A;
}
.BgClassName
{
background-color: #DA059A;
}
</style>
border-color css
<style>
span { border-color: #DA059A; }
span { border-color: rgb(218,5,154); }
td.TdClassName
{
border-color: #DA059A;
}
.TagClassName
{
border-color: #DA059A;
}
</style>