Shades of Hollywood Cerise #DD0DAB
Tints of Hollywood Cerise #DD0DAB
RGB
CMYK
RGB Variations
Color information
#DD0DAB (or 0xDD0DAB) is known color: Hollywood Cerise. HEX triplet: DD, 0D and AB. RGB value is (221,13,171). Sum of RGB (Red+Green+Blue) = 221+13+171=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0DAB is #22F254. Grayscale: #5C5C5C. Windows color (decimal): -2290261 or 11210205. OLE color: 11210205.
HSL color Cylindrical-coordinate representation of color #DD0DAB: hue angle of 314.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DAB is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.13 |
| HSL | 314.42º | 0.89% | 0.46% | - |
| HSV(B) | 314.42º | 0.94% | 0.87% | - |
| XYZ | 37.31 | 18.6 | 40.15 | - |
| YUV | 93.2 | 171.91 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 171 | 0 | 0.94 | 0.23 | 0.13 | 314.42 | 0.89 | 0.46 |
| Hex | DD | D | AB | 0 | 5E | 17 | D | 13A | 59 | 2E |
| Octal | 335 | 15 | 253 | 0 | 136 | 27 | 15 | 472 | 131 | 56 |
| Binary | 11011101 | 1101 | 10101011 | 0 | 1011110 | 10111 | 1101 | 100111010 | 1011001 | 101110 |
Color Harmonies of #DD0DAB
Complementary color
Monochromatic Colors of #DD0DAB
Black with #DD0DAB
Text Example
Text Example
White with #DD0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DAB; }
p { color: rgb(221,13,171); }
H1.HeaderClassName
{
color: #DD0DAB;
}
.AnyTagClassName
{
color: #DD0DAB;
}
</style>
background-color css
<style>
a { background-color: #DD0DAB; }
a { background-color: rgb(221,13,171); }
div.DivClassName
{
background-color: #DD0DAB;
}
.BgClassName
{
background-color: #DD0DAB;
}
</style>
border-color css
<style>
span { border-color: #DD0DAB; }
span { border-color: rgb(221,13,171); }
td.TdClassName
{
border-color: #DD0DAB;
}
.TagClassName
{
border-color: #DD0DAB;
}
</style>