Shades of Hollywood Cerise #DA02A2
Tints of Hollywood Cerise #DA02A2
RGB
CMYK
RGB Variations
Color information
#DA02A2 (or 0xDA02A2) is known color: Hollywood Cerise. HEX triplet: DA, 02 and A2. RGB value is (218,2,162). Sum of RGB (Red+Green+Blue) = 218+2+162=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA02A2 is #25FD5D. Grayscale: #545454. Windows color (decimal): -2489694 or 10617562. OLE color: 10617562.
HSL color Cylindrical-coordinate representation of color #DA02A2: hue angle of 315.56º degrees, saturation: 0.98, 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 #DA02A2 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.15 |
| HSL | 315.56º | 0.98% | 0.43% | - |
| HSV(B) | 315.56º | 0.99% | 0.85% | - |
| XYZ | 35.46 | 17.56 | 35.7 | - |
| YUV | 84.82 | 171.56 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 162 | 0 | 0.99 | 0.26 | 0.15 | 315.56 | 0.98 | 0.43 |
| Hex | DA | 2 | A2 | 0 | 63 | 1A | F | 13C | 62 | 2B |
| Octal | 332 | 2 | 242 | 0 | 143 | 32 | 17 | 474 | 142 | 53 |
| Binary | 11011010 | 10 | 10100010 | 0 | 1100011 | 11010 | 1111 | 100111100 | 1100010 | 101011 |
Color Harmonies of #DA02A2
Complementary color
Monochromatic Colors of #DA02A2
Black with #DA02A2
Text Example
Text Example
White with #DA02A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02A2; }
p { color: rgb(218,2,162); }
H1.HeaderClassName
{
color: #DA02A2;
}
.AnyTagClassName
{
color: #DA02A2;
}
</style>
background-color css
<style>
a { background-color: #DA02A2; }
a { background-color: rgb(218,2,162); }
div.DivClassName
{
background-color: #DA02A2;
}
.BgClassName
{
background-color: #DA02A2;
}
</style>
border-color css
<style>
span { border-color: #DA02A2; }
span { border-color: rgb(218,2,162); }
td.TdClassName
{
border-color: #DA02A2;
}
.TagClassName
{
border-color: #DA02A2;
}
</style>