Shades of Hollywood Cerise #DD10AE
Tints of Hollywood Cerise #DD10AE
RGB
CMYK
RGB Variations
Color information
#DD10AE (or 0xDD10AE) is known color: Hollywood Cerise. HEX triplet: DD, 10 and AE. RGB value is (221,16,174). Sum of RGB (Red+Green+Blue) = 221+16+174=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD10AE is #22EF51. Grayscale: #5E5E5E. Windows color (decimal): -2289490 or 11407581. OLE color: 11407581.
HSL color Cylindrical-coordinate representation of color #DD10AE: hue angle of 313.76º 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 #DD10AE is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 174 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.13 |
| HSL | 313.76º | 0.86% | 0.46% | - |
| HSV(B) | 313.76º | 0.93% | 0.87% | - |
| XYZ | 37.64 | 18.8 | 41.69 | - |
| YUV | 95.31 | 172.42 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 174 | 0 | 0.93 | 0.21 | 0.13 | 313.76 | 0.86 | 0.46 |
| Hex | DD | 10 | AE | 0 | 5D | 15 | D | 13A | 56 | 2E |
| Octal | 335 | 20 | 256 | 0 | 135 | 25 | 15 | 472 | 126 | 56 |
| Binary | 11011101 | 10000 | 10101110 | 0 | 1011101 | 10101 | 1101 | 100111010 | 1010110 | 101110 |
Color Harmonies of #DD10AE
Complementary color
Monochromatic Colors of #DD10AE
Black with #DD10AE
Text Example
Text Example
White with #DD10AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10AE; }
p { color: rgb(221,16,174); }
H1.HeaderClassName
{
color: #DD10AE;
}
.AnyTagClassName
{
color: #DD10AE;
}
</style>
background-color css
<style>
a { background-color: #DD10AE; }
a { background-color: rgb(221,16,174); }
div.DivClassName
{
background-color: #DD10AE;
}
.BgClassName
{
background-color: #DD10AE;
}
</style>
border-color css
<style>
span { border-color: #DD10AE; }
span { border-color: rgb(221,16,174); }
td.TdClassName
{
border-color: #DD10AE;
}
.TagClassName
{
border-color: #DD10AE;
}
</style>