Shades of Hollywood Cerise #DA019A
Tints of Hollywood Cerise #DA019A
RGB
CMYK
RGB Variations
Color information
#DA019A (or 0xDA019A) is known color: Hollywood Cerise. HEX triplet: DA, 01 and 9A. RGB value is (218,1,154). Sum of RGB (Red+Green+Blue) = 218+1+154=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA019A is #25FE65. Grayscale: #525252. Windows color (decimal): -2489958 or 10093018. OLE color: 10093018.
HSL color Cylindrical-coordinate representation of color #DA019A: hue angle of 317.7º 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 #DA019A is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 154 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.15 |
| HSL | 317.7º | 0.99% | 0.43% | - |
| HSV(B) | 317.7º | 1% | 0.85% | - |
| XYZ | 34.76 | 17.26 | 32.07 | - |
| YUV | 83.33 | 167.89 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 154 | 0 | 1.00 | 0.29 | 0.15 | 317.7 | 0.99 | 0.43 |
| Hex | DA | 1 | 9A | 0 | 64 | 1D | F | 13E | 63 | 2B |
| Octal | 332 | 1 | 232 | 0 | 144 | 35 | 17 | 476 | 143 | 53 |
| Binary | 11011010 | 1 | 10011010 | 0 | 1100100 | 11101 | 1111 | 100111110 | 1100011 | 101011 |
Color Harmonies of #DA019A
Complementary color
Monochromatic Colors of #DA019A
Black with #DA019A
Text Example
Text Example
White with #DA019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA019A; }
p { color: rgb(218,1,154); }
H1.HeaderClassName
{
color: #DA019A;
}
.AnyTagClassName
{
color: #DA019A;
}
</style>
background-color css
<style>
a { background-color: #DA019A; }
a { background-color: rgb(218,1,154); }
div.DivClassName
{
background-color: #DA019A;
}
.BgClassName
{
background-color: #DA019A;
}
</style>
border-color css
<style>
span { border-color: #DA019A; }
span { border-color: rgb(218,1,154); }
td.TdClassName
{
border-color: #DA019A;
}
.TagClassName
{
border-color: #DA019A;
}
</style>