Shades of Hollywood Cerise #DD10A4
Tints of Hollywood Cerise #DD10A4
RGB
CMYK
RGB Variations
Color information
#DD10A4 (or 0xDD10A4) is known color: Hollywood Cerise. HEX triplet: DD, 10 and A4. RGB value is (221,16,164). Sum of RGB (Red+Green+Blue) = 221+16+164=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD10A4 is #22EF5B. Grayscale: #5D5D5D. Windows color (decimal): -2289500 or 10752221. OLE color: 10752221.
HSL color Cylindrical-coordinate representation of color #DD10A4: hue angle of 316.68º 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 #DD10A4 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 164 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.13 |
| HSL | 316.68º | 0.86% | 0.46% | - |
| HSV(B) | 316.68º | 0.93% | 0.87% | - |
| XYZ | 36.7 | 18.42 | 36.74 | - |
| YUV | 94.17 | 167.42 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 164 | 0 | 0.93 | 0.26 | 0.13 | 316.68 | 0.86 | 0.46 |
| Hex | DD | 10 | A4 | 0 | 5D | 1A | D | 13D | 56 | 2E |
| Octal | 335 | 20 | 244 | 0 | 135 | 32 | 15 | 475 | 126 | 56 |
| Binary | 11011101 | 10000 | 10100100 | 0 | 1011101 | 11010 | 1101 | 100111101 | 1010110 | 101110 |
Color Harmonies of #DD10A4
Complementary color
Monochromatic Colors of #DD10A4
Black with #DD10A4
Text Example
Text Example
White with #DD10A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10A4; }
p { color: rgb(221,16,164); }
H1.HeaderClassName
{
color: #DD10A4;
}
.AnyTagClassName
{
color: #DD10A4;
}
</style>
background-color css
<style>
a { background-color: #DD10A4; }
a { background-color: rgb(221,16,164); }
div.DivClassName
{
background-color: #DD10A4;
}
.BgClassName
{
background-color: #DD10A4;
}
</style>
border-color css
<style>
span { border-color: #DD10A4; }
span { border-color: rgb(221,16,164); }
td.TdClassName
{
border-color: #DD10A4;
}
.TagClassName
{
border-color: #DD10A4;
}
</style>