Shades of Hollywood Cerise #DA039F
Tints of Hollywood Cerise #DA039F
RGB
CMYK
RGB Variations
Color information
#DA039F (or 0xDA039F) is known color: Hollywood Cerise. HEX triplet: DA, 03 and 9F. RGB value is (218,3,159). Sum of RGB (Red+Green+Blue) = 218+3+159=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA039F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA039F is #25FC60. Grayscale: #545454. Windows color (decimal): -2489441 or 10421210. OLE color: 10421210.
HSL color Cylindrical-coordinate representation of color #DA039F: hue angle of 316.47º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA039F is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 159 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.15 |
| HSL | 316.47º | 0.97% | 0.43% | - |
| HSV(B) | 316.47º | 0.99% | 0.85% | - |
| XYZ | 35.2 | 17.47 | 34.32 | - |
| YUV | 85.07 | 169.73 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 159 | 0 | 0.99 | 0.27 | 0.15 | 316.47 | 0.97 | 0.43 |
| Hex | DA | 3 | 9F | 0 | 63 | 1B | F | 13C | 61 | 2B |
| Octal | 332 | 3 | 237 | 0 | 143 | 33 | 17 | 474 | 141 | 53 |
| Binary | 11011010 | 11 | 10011111 | 0 | 1100011 | 11011 | 1111 | 100111100 | 1100001 | 101011 |
Color Harmonies of #DA039F
Complementary color
Monochromatic Colors of #DA039F
Black with #DA039F
Text Example
Text Example
White with #DA039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA039F; }
p { color: rgb(218,3,159); }
H1.HeaderClassName
{
color: #DA039F;
}
.AnyTagClassName
{
color: #DA039F;
}
</style>
background-color css
<style>
a { background-color: #DA039F; }
a { background-color: rgb(218,3,159); }
div.DivClassName
{
background-color: #DA039F;
}
.BgClassName
{
background-color: #DA039F;
}
</style>
border-color css
<style>
span { border-color: #DA039F; }
span { border-color: rgb(218,3,159); }
td.TdClassName
{
border-color: #DA039F;
}
.TagClassName
{
border-color: #DA039F;
}
</style>