Shades of Hollywood Cerise #DA049F
Tints of Hollywood Cerise #DA049F
RGB
CMYK
RGB Variations
Color information
#DA049F (or 0xDA049F) is known color: Hollywood Cerise. HEX triplet: DA, 04 and 9F. RGB value is (218,4,159). Sum of RGB (Red+Green+Blue) = 218+4+159=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA049F is #25FB60. Grayscale: #555555. Windows color (decimal): -2489185 or 10421466. OLE color: 10421466.
HSL color Cylindrical-coordinate representation of color #DA049F: hue angle of 316.54º 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 #DA049F is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.15 |
| HSL | 316.54º | 0.96% | 0.44% | - |
| HSV(B) | 316.54º | 0.98% | 0.85% | - |
| XYZ | 35.21 | 17.5 | 34.32 | - |
| YUV | 85.66 | 169.4 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 159 | 0 | 0.98 | 0.27 | 0.15 | 316.54 | 0.96 | 0.44 |
| Hex | DA | 4 | 9F | 0 | 62 | 1B | F | 13D | 60 | 2C |
| Octal | 332 | 4 | 237 | 0 | 142 | 33 | 17 | 475 | 140 | 54 |
| Binary | 11011010 | 100 | 10011111 | 0 | 1100010 | 11011 | 1111 | 100111101 | 1100000 | 101100 |
Color Harmonies of #DA049F
Complementary color
Monochromatic Colors of #DA049F
Black with #DA049F
Text Example
Text Example
White with #DA049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA049F; }
p { color: rgb(218,4,159); }
H1.HeaderClassName
{
color: #DA049F;
}
.AnyTagClassName
{
color: #DA049F;
}
</style>
background-color css
<style>
a { background-color: #DA049F; }
a { background-color: rgb(218,4,159); }
div.DivClassName
{
background-color: #DA049F;
}
.BgClassName
{
background-color: #DA049F;
}
</style>
border-color css
<style>
span { border-color: #DA049F; }
span { border-color: rgb(218,4,159); }
td.TdClassName
{
border-color: #DA049F;
}
.TagClassName
{
border-color: #DA049F;
}
</style>