Shades of Hollywood Cerise #DA01A2
Tints of Hollywood Cerise #DA01A2
RGB
CMYK
RGB Variations
Color information
#DA01A2 (or 0xDA01A2) is known color: Hollywood Cerise. HEX triplet: DA, 01 and A2. RGB value is (218,1,162). Sum of RGB (Red+Green+Blue) = 218+1+162=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA01A2 is #25FE5D. Grayscale: #535353. Windows color (decimal): -2489950 or 10617306. OLE color: 10617306.
HSL color Cylindrical-coordinate representation of color #DA01A2: hue angle of 315.48º 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 #DA01A2 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 162 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.15 |
| HSL | 315.48º | 0.99% | 0.43% | - |
| HSV(B) | 315.48º | 1% | 0.85% | - |
| XYZ | 35.45 | 17.54 | 35.7 | - |
| YUV | 84.24 | 171.89 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 162 | 0 | 1.00 | 0.26 | 0.15 | 315.48 | 0.99 | 0.43 |
| Hex | DA | 1 | A2 | 0 | 64 | 1A | F | 13B | 63 | 2B |
| Octal | 332 | 1 | 242 | 0 | 144 | 32 | 17 | 473 | 143 | 53 |
| Binary | 11011010 | 1 | 10100010 | 0 | 1100100 | 11010 | 1111 | 100111011 | 1100011 | 101011 |
Color Harmonies of #DA01A2
Complementary color
Monochromatic Colors of #DA01A2
Black with #DA01A2
Text Example
Text Example
White with #DA01A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA01A2; }
p { color: rgb(218,1,162); }
H1.HeaderClassName
{
color: #DA01A2;
}
.AnyTagClassName
{
color: #DA01A2;
}
</style>
background-color css
<style>
a { background-color: #DA01A2; }
a { background-color: rgb(218,1,162); }
div.DivClassName
{
background-color: #DA01A2;
}
.BgClassName
{
background-color: #DA01A2;
}
</style>
border-color css
<style>
span { border-color: #DA01A2; }
span { border-color: rgb(218,1,162); }
td.TdClassName
{
border-color: #DA01A2;
}
.TagClassName
{
border-color: #DA01A2;
}
</style>