Shades of Hollywood Cerise #DD0DAC
Tints of Hollywood Cerise #DD0DAC
RGB
CMYK
RGB Variations
Color information
#DD0DAC (or 0xDD0DAC) is known color: Hollywood Cerise. HEX triplet: DD, 0D and AC. RGB value is (221,13,172). Sum of RGB (Red+Green+Blue) = 221+13+172=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0DAC is #22F253. Grayscale: #5C5C5C. Windows color (decimal): -2290260 or 11275741. OLE color: 11275741.
HSL color Cylindrical-coordinate representation of color #DD0DAC: hue angle of 314.13º 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 #DD0DAC is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 172 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.13 |
| HSL | 314.13º | 0.89% | 0.46% | - |
| HSV(B) | 314.13º | 0.94% | 0.87% | - |
| XYZ | 37.41 | 18.64 | 40.66 | - |
| YUV | 93.32 | 172.41 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 172 | 0 | 0.94 | 0.22 | 0.13 | 314.13 | 0.89 | 0.46 |
| Hex | DD | D | AC | 0 | 5E | 16 | D | 13A | 59 | 2E |
| Octal | 335 | 15 | 254 | 0 | 136 | 26 | 15 | 472 | 131 | 56 |
| Binary | 11011101 | 1101 | 10101100 | 0 | 1011110 | 10110 | 1101 | 100111010 | 1011001 | 101110 |
Color Harmonies of #DD0DAC
Complementary color
Monochromatic Colors of #DD0DAC
Black with #DD0DAC
Text Example
Text Example
White with #DD0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DAC; }
p { color: rgb(221,13,172); }
H1.HeaderClassName
{
color: #DD0DAC;
}
.AnyTagClassName
{
color: #DD0DAC;
}
</style>
background-color css
<style>
a { background-color: #DD0DAC; }
a { background-color: rgb(221,13,172); }
div.DivClassName
{
background-color: #DD0DAC;
}
.BgClassName
{
background-color: #DD0DAC;
}
</style>
border-color css
<style>
span { border-color: #DD0DAC; }
span { border-color: rgb(221,13,172); }
td.TdClassName
{
border-color: #DD0DAC;
}
.TagClassName
{
border-color: #DD0DAC;
}
</style>