Shades of Hollywood Cerise #DA11AD
Tints of Hollywood Cerise #DA11AD
RGB
CMYK
RGB Variations
Color information
#DA11AD (or 0xDA11AD) is known color: Hollywood Cerise. HEX triplet: DA, 11 and AD. RGB value is (218,17,173). Sum of RGB (Red+Green+Blue) = 218+17+173=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA11AD is #25EE52. Grayscale: #5E5E5E. Windows color (decimal): -2485843 or 11342298. OLE color: 11342298.
HSL color Cylindrical-coordinate representation of color #DA11AD: hue angle of 313.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA11AD is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.15 |
| HSL | 313.43º | 0.86% | 0.46% | - |
| HSV(B) | 313.43º | 0.92% | 0.85% | - |
| XYZ | 36.66 | 18.32 | 41.14 | - |
| YUV | 94.88 | 172.09 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 173 | 0 | 0.92 | 0.21 | 0.15 | 313.43 | 0.86 | 0.46 |
| Hex | DA | 11 | AD | 0 | 5C | 15 | F | 139 | 56 | 2E |
| Octal | 332 | 21 | 255 | 0 | 134 | 25 | 17 | 471 | 126 | 56 |
| Binary | 11011010 | 10001 | 10101101 | 0 | 1011100 | 10101 | 1111 | 100111001 | 1010110 | 101110 |
Color Harmonies of #DA11AD
Complementary color
Monochromatic Colors of #DA11AD
Black with #DA11AD
Text Example
Text Example
White with #DA11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11AD; }
p { color: rgb(218,17,173); }
H1.HeaderClassName
{
color: #DA11AD;
}
.AnyTagClassName
{
color: #DA11AD;
}
</style>
background-color css
<style>
a { background-color: #DA11AD; }
a { background-color: rgb(218,17,173); }
div.DivClassName
{
background-color: #DA11AD;
}
.BgClassName
{
background-color: #DA11AD;
}
</style>
border-color css
<style>
span { border-color: #DA11AD; }
span { border-color: rgb(218,17,173); }
td.TdClassName
{
border-color: #DA11AD;
}
.TagClassName
{
border-color: #DA11AD;
}
</style>