Shades of Hollywood Cerise #DA05A2
Tints of Hollywood Cerise #DA05A2
RGB
CMYK
RGB Variations
Color information
#DA05A2 (or 0xDA05A2) is known color: Hollywood Cerise. HEX triplet: DA, 05 and A2. RGB value is (218,5,162). Sum of RGB (Red+Green+Blue) = 218+5+162=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA05A2 is #25FA5D. Grayscale: #565656. Windows color (decimal): -2488926 or 10618330. OLE color: 10618330.
HSL color Cylindrical-coordinate representation of color #DA05A2: hue angle of 315.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA05A2 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 162 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.15 |
| HSL | 315.77º | 0.96% | 0.44% | - |
| HSV(B) | 315.77º | 0.98% | 0.85% | - |
| XYZ | 35.49 | 17.62 | 35.71 | - |
| YUV | 86.59 | 170.57 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 162 | 0 | 0.98 | 0.26 | 0.15 | 315.77 | 0.96 | 0.44 |
| Hex | DA | 5 | A2 | 0 | 62 | 1A | F | 13C | 60 | 2C |
| Octal | 332 | 5 | 242 | 0 | 142 | 32 | 17 | 474 | 140 | 54 |
| Binary | 11011010 | 101 | 10100010 | 0 | 1100010 | 11010 | 1111 | 100111100 | 1100000 | 101100 |
Color Harmonies of #DA05A2
Complementary color
Monochromatic Colors of #DA05A2
Black with #DA05A2
Text Example
Text Example
White with #DA05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA05A2; }
p { color: rgb(218,5,162); }
H1.HeaderClassName
{
color: #DA05A2;
}
.AnyTagClassName
{
color: #DA05A2;
}
</style>
background-color css
<style>
a { background-color: #DA05A2; }
a { background-color: rgb(218,5,162); }
div.DivClassName
{
background-color: #DA05A2;
}
.BgClassName
{
background-color: #DA05A2;
}
</style>
border-color css
<style>
span { border-color: #DA05A2; }
span { border-color: rgb(218,5,162); }
td.TdClassName
{
border-color: #DA05A2;
}
.TagClassName
{
border-color: #DA05A2;
}
</style>