Shades of Hollywood Cerise #DA11AC
Tints of Hollywood Cerise #DA11AC
RGB
CMYK
RGB Variations
Color information
#DA11AC (or 0xDA11AC) is known color: Hollywood Cerise. HEX triplet: DA, 11 and AC. RGB value is (218,17,172). Sum of RGB (Red+Green+Blue) = 218+17+172=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA11AC is #25EE53. Grayscale: #5E5E5E. Windows color (decimal): -2485844 or 11276762. OLE color: 11276762.
HSL color Cylindrical-coordinate representation of color #DA11AC: hue angle of 313.73º 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 #DA11AC is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 172 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.15 |
| HSL | 313.73º | 0.86% | 0.46% | - |
| HSV(B) | 313.73º | 0.92% | 0.85% | - |
| XYZ | 36.56 | 18.28 | 40.63 | - |
| YUV | 94.77 | 171.59 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 172 | 0 | 0.92 | 0.21 | 0.15 | 313.73 | 0.86 | 0.46 |
| Hex | DA | 11 | AC | 0 | 5C | 15 | F | 13A | 56 | 2E |
| Octal | 332 | 21 | 254 | 0 | 134 | 25 | 17 | 472 | 126 | 56 |
| Binary | 11011010 | 10001 | 10101100 | 0 | 1011100 | 10101 | 1111 | 100111010 | 1010110 | 101110 |
Color Harmonies of #DA11AC
Complementary color
Monochromatic Colors of #DA11AC
Black with #DA11AC
Text Example
Text Example
White with #DA11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11AC; }
p { color: rgb(218,17,172); }
H1.HeaderClassName
{
color: #DA11AC;
}
.AnyTagClassName
{
color: #DA11AC;
}
</style>
background-color css
<style>
a { background-color: #DA11AC; }
a { background-color: rgb(218,17,172); }
div.DivClassName
{
background-color: #DA11AC;
}
.BgClassName
{
background-color: #DA11AC;
}
</style>
border-color css
<style>
span { border-color: #DA11AC; }
span { border-color: rgb(218,17,172); }
td.TdClassName
{
border-color: #DA11AC;
}
.TagClassName
{
border-color: #DA11AC;
}
</style>