Shades of Hollywood Cerise #DD10A2
Tints of Hollywood Cerise #DD10A2
RGB
CMYK
RGB Variations
Color information
#DD10A2 (or 0xDD10A2) is known color: Hollywood Cerise. HEX triplet: DD, 10 and A2. RGB value is (221,16,162). Sum of RGB (Red+Green+Blue) = 221+16+162=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD10A2 is #22EF5D. Grayscale: #5D5D5D. Windows color (decimal): -2289502 or 10621149. OLE color: 10621149.
HSL color Cylindrical-coordinate representation of color #DD10A2: hue angle of 317.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10A2 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 162 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.13 |
| HSL | 317.27º | 0.86% | 0.46% | - |
| HSV(B) | 317.27º | 0.93% | 0.87% | - |
| XYZ | 36.53 | 18.35 | 35.8 | - |
| YUV | 93.94 | 166.42 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 162 | 0 | 0.93 | 0.27 | 0.13 | 317.27 | 0.86 | 0.46 |
| Hex | DD | 10 | A2 | 0 | 5D | 1B | D | 13D | 56 | 2E |
| Octal | 335 | 20 | 242 | 0 | 135 | 33 | 15 | 475 | 126 | 56 |
| Binary | 11011101 | 10000 | 10100010 | 0 | 1011101 | 11011 | 1101 | 100111101 | 1010110 | 101110 |
Color Harmonies of #DD10A2
Complementary color
Monochromatic Colors of #DD10A2
Black with #DD10A2
Text Example
Text Example
White with #DD10A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10A2; }
p { color: rgb(221,16,162); }
H1.HeaderClassName
{
color: #DD10A2;
}
.AnyTagClassName
{
color: #DD10A2;
}
</style>
background-color css
<style>
a { background-color: #DD10A2; }
a { background-color: rgb(221,16,162); }
div.DivClassName
{
background-color: #DD10A2;
}
.BgClassName
{
background-color: #DD10A2;
}
</style>
border-color css
<style>
span { border-color: #DD10A2; }
span { border-color: rgb(221,16,162); }
td.TdClassName
{
border-color: #DD10A2;
}
.TagClassName
{
border-color: #DD10A2;
}
</style>