Shades of Hollywood Cerise #DA05AB
Tints of Hollywood Cerise #DA05AB
RGB
CMYK
RGB Variations
Color information
#DA05AB (or 0xDA05AB) is known color: Hollywood Cerise. HEX triplet: DA, 05 and AB. RGB value is (218,5,171). Sum of RGB (Red+Green+Blue) = 218+5+171=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA05AB is #25FA54. Grayscale: #575757. Windows color (decimal): -2488917 or 11208154. OLE color: 11208154.
HSL color Cylindrical-coordinate representation of color #DA05AB: hue angle of 313.24º 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 #DA05AB is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.15 |
| HSL | 313.24º | 0.96% | 0.44% | - |
| HSV(B) | 313.24º | 0.98% | 0.85% | - |
| XYZ | 36.32 | 17.95 | 40.08 | - |
| YUV | 87.61 | 175.07 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 171 | 0 | 0.98 | 0.22 | 0.15 | 313.24 | 0.96 | 0.44 |
| Hex | DA | 5 | AB | 0 | 62 | 16 | F | 139 | 60 | 2C |
| Octal | 332 | 5 | 253 | 0 | 142 | 26 | 17 | 471 | 140 | 54 |
| Binary | 11011010 | 101 | 10101011 | 0 | 1100010 | 10110 | 1111 | 100111001 | 1100000 | 101100 |
Color Harmonies of #DA05AB
Complementary color
Monochromatic Colors of #DA05AB
Black with #DA05AB
Text Example
Text Example
White with #DA05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA05AB; }
p { color: rgb(218,5,171); }
H1.HeaderClassName
{
color: #DA05AB;
}
.AnyTagClassName
{
color: #DA05AB;
}
</style>
background-color css
<style>
a { background-color: #DA05AB; }
a { background-color: rgb(218,5,171); }
div.DivClassName
{
background-color: #DA05AB;
}
.BgClassName
{
background-color: #DA05AB;
}
</style>
border-color css
<style>
span { border-color: #DA05AB; }
span { border-color: rgb(218,5,171); }
td.TdClassName
{
border-color: #DA05AB;
}
.TagClassName
{
border-color: #DA05AB;
}
</style>