Shades of Hollywood Cerise #DA019E
Tints of Hollywood Cerise #DA019E
RGB
CMYK
RGB Variations
Color information
#DA019E (or 0xDA019E) is known color: Hollywood Cerise. HEX triplet: DA, 01 and 9E. RGB value is (218,1,158). Sum of RGB (Red+Green+Blue) = 218+1+158=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA019E is #25FE61. Grayscale: #535353. Windows color (decimal): -2489954 or 10355162. OLE color: 10355162.
HSL color Cylindrical-coordinate representation of color #DA019E: hue angle of 316.59º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA019E is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.15 |
| HSL | 316.59º | 0.99% | 0.43% | - |
| HSV(B) | 316.59º | 1% | 0.85% | - |
| XYZ | 35.1 | 17.4 | 33.86 | - |
| YUV | 83.78 | 169.89 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 158 | 0 | 1.00 | 0.28 | 0.15 | 316.59 | 0.99 | 0.43 |
| Hex | DA | 1 | 9E | 0 | 64 | 1C | F | 13D | 63 | 2B |
| Octal | 332 | 1 | 236 | 0 | 144 | 34 | 17 | 475 | 143 | 53 |
| Binary | 11011010 | 1 | 10011110 | 0 | 1100100 | 11100 | 1111 | 100111101 | 1100011 | 101011 |
Color Harmonies of #DA019E
Complementary color
Monochromatic Colors of #DA019E
Black with #DA019E
Text Example
Text Example
White with #DA019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA019E; }
p { color: rgb(218,1,158); }
H1.HeaderClassName
{
color: #DA019E;
}
.AnyTagClassName
{
color: #DA019E;
}
</style>
background-color css
<style>
a { background-color: #DA019E; }
a { background-color: rgb(218,1,158); }
div.DivClassName
{
background-color: #DA019E;
}
.BgClassName
{
background-color: #DA019E;
}
</style>
border-color css
<style>
span { border-color: #DA019E; }
span { border-color: rgb(218,1,158); }
td.TdClassName
{
border-color: #DA019E;
}
.TagClassName
{
border-color: #DA019E;
}
</style>