Shades of Hollywood Cerise #DF11AD
Tints of Hollywood Cerise #DF11AD
RGB
CMYK
RGB Variations
Color information
#DF11AD (or 0xDF11AD) is known color: Hollywood Cerise. HEX triplet: DF, 11 and AD. RGB value is (223,17,173). Sum of RGB (Red+Green+Blue) = 223+17+173=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF11AD is #20EE52. Grayscale: #5F5F5F. Windows color (decimal): -2158163 or 11342303. OLE color: 11342303.
HSL color Cylindrical-coordinate representation of color #DF11AD: hue angle of 314.56º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF11AD is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.13 |
| HSL | 314.56º | 0.86% | 0.47% | - |
| HSV(B) | 314.56º | 0.92% | 0.87% | - |
| XYZ | 38.17 | 19.11 | 41.21 | - |
| YUV | 96.38 | 171.25 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 173 | 0 | 0.92 | 0.22 | 0.13 | 314.56 | 0.86 | 0.47 |
| Hex | DF | 11 | AD | 0 | 5C | 16 | D | 13B | 56 | 2F |
| Octal | 337 | 21 | 255 | 0 | 134 | 26 | 15 | 473 | 126 | 57 |
| Binary | 11011111 | 10001 | 10101101 | 0 | 1011100 | 10110 | 1101 | 100111011 | 1010110 | 101111 |
Color Harmonies of #DF11AD
Complementary color
Monochromatic Colors of #DF11AD
Black with #DF11AD
Text Example
Text Example
White with #DF11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF11AD; }
p { color: rgb(223,17,173); }
H1.HeaderClassName
{
color: #DF11AD;
}
.AnyTagClassName
{
color: #DF11AD;
}
</style>
background-color css
<style>
a { background-color: #DF11AD; }
a { background-color: rgb(223,17,173); }
div.DivClassName
{
background-color: #DF11AD;
}
.BgClassName
{
background-color: #DF11AD;
}
</style>
border-color css
<style>
span { border-color: #DF11AD; }
span { border-color: rgb(223,17,173); }
td.TdClassName
{
border-color: #DF11AD;
}
.TagClassName
{
border-color: #DF11AD;
}
</style>