Shades of Hollywood Cerise #DD11AD
Tints of Hollywood Cerise #DD11AD
RGB
CMYK
RGB Variations
Color information
#DD11AD (or 0xDD11AD) is known color: Hollywood Cerise. HEX triplet: DD, 11 and AD. RGB value is (221,17,173). Sum of RGB (Red+Green+Blue) = 221+17+173=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD11AD is #22EE52. Grayscale: #5F5F5F. Windows color (decimal): -2289235 or 11342301. OLE color: 11342301.
HSL color Cylindrical-coordinate representation of color #DD11AD: hue angle of 314.12º 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 #DD11AD is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.13 |
| HSL | 314.12º | 0.86% | 0.47% | - |
| HSV(B) | 314.12º | 0.92% | 0.87% | - |
| XYZ | 37.56 | 18.79 | 41.18 | - |
| YUV | 95.78 | 171.59 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 173 | 0 | 0.92 | 0.22 | 0.13 | 314.12 | 0.86 | 0.47 |
| Hex | DD | 11 | AD | 0 | 5C | 16 | D | 13A | 56 | 2F |
| Octal | 335 | 21 | 255 | 0 | 134 | 26 | 15 | 472 | 126 | 57 |
| Binary | 11011101 | 10001 | 10101101 | 0 | 1011100 | 10110 | 1101 | 100111010 | 1010110 | 101111 |
Color Harmonies of #DD11AD
Complementary color
Monochromatic Colors of #DD11AD
Black with #DD11AD
Text Example
Text Example
White with #DD11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD11AD; }
p { color: rgb(221,17,173); }
H1.HeaderClassName
{
color: #DD11AD;
}
.AnyTagClassName
{
color: #DD11AD;
}
</style>
background-color css
<style>
a { background-color: #DD11AD; }
a { background-color: rgb(221,17,173); }
div.DivClassName
{
background-color: #DD11AD;
}
.BgClassName
{
background-color: #DD11AD;
}
</style>
border-color css
<style>
span { border-color: #DD11AD; }
span { border-color: rgb(221,17,173); }
td.TdClassName
{
border-color: #DD11AD;
}
.TagClassName
{
border-color: #DD11AD;
}
</style>