Shades of Hollywood Cerise #DA039E
Tints of Hollywood Cerise #DA039E
RGB
CMYK
RGB Variations
Color information
#DA039E (or 0xDA039E) is known color: Hollywood Cerise. HEX triplet: DA, 03 and 9E. RGB value is (218,3,158). Sum of RGB (Red+Green+Blue) = 218+3+158=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA039E is #25FC61. Grayscale: #545454. Windows color (decimal): -2489442 or 10355674. OLE color: 10355674.
HSL color Cylindrical-coordinate representation of color #DA039E: hue angle of 316.74º 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 #DA039E is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 158 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.15 |
| HSL | 316.74º | 0.97% | 0.43% | - |
| HSV(B) | 316.74º | 0.99% | 0.85% | - |
| XYZ | 35.12 | 17.44 | 33.86 | - |
| YUV | 84.96 | 169.23 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 158 | 0 | 0.99 | 0.28 | 0.15 | 316.74 | 0.97 | 0.43 |
| Hex | DA | 3 | 9E | 0 | 63 | 1C | F | 13D | 61 | 2B |
| Octal | 332 | 3 | 236 | 0 | 143 | 34 | 17 | 475 | 141 | 53 |
| Binary | 11011010 | 11 | 10011110 | 0 | 1100011 | 11100 | 1111 | 100111101 | 1100001 | 101011 |
Color Harmonies of #DA039E
Complementary color
Monochromatic Colors of #DA039E
Black with #DA039E
Text Example
Text Example
White with #DA039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA039E; }
p { color: rgb(218,3,158); }
H1.HeaderClassName
{
color: #DA039E;
}
.AnyTagClassName
{
color: #DA039E;
}
</style>
background-color css
<style>
a { background-color: #DA039E; }
a { background-color: rgb(218,3,158); }
div.DivClassName
{
background-color: #DA039E;
}
.BgClassName
{
background-color: #DA039E;
}
</style>
border-color css
<style>
span { border-color: #DA039E; }
span { border-color: rgb(218,3,158); }
td.TdClassName
{
border-color: #DA039E;
}
.TagClassName
{
border-color: #DA039E;
}
</style>