Shades of Hollywood Cerise #DD10A3
Tints of Hollywood Cerise #DD10A3
RGB
CMYK
RGB Variations
Color information
#DD10A3 (or 0xDD10A3) is known color: Hollywood Cerise. HEX triplet: DD, 10 and A3. RGB value is (221,16,163). Sum of RGB (Red+Green+Blue) = 221+16+163=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD10A3 is #22EF5C. Grayscale: #5D5D5D. Windows color (decimal): -2289501 or 10686685. OLE color: 10686685.
HSL color Cylindrical-coordinate representation of color #DD10A3: hue angle of 316.98º 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 #DD10A3 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 163 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.13 |
| HSL | 316.98º | 0.86% | 0.46% | - |
| HSV(B) | 316.98º | 0.93% | 0.87% | - |
| XYZ | 36.61 | 18.39 | 36.27 | - |
| YUV | 94.05 | 166.92 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 163 | 0 | 0.93 | 0.26 | 0.13 | 316.98 | 0.86 | 0.46 |
| Hex | DD | 10 | A3 | 0 | 5D | 1A | D | 13D | 56 | 2E |
| Octal | 335 | 20 | 243 | 0 | 135 | 32 | 15 | 475 | 126 | 56 |
| Binary | 11011101 | 10000 | 10100011 | 0 | 1011101 | 11010 | 1101 | 100111101 | 1010110 | 101110 |
Color Harmonies of #DD10A3
Complementary color
Monochromatic Colors of #DD10A3
Black with #DD10A3
Text Example
Text Example
White with #DD10A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10A3; }
p { color: rgb(221,16,163); }
H1.HeaderClassName
{
color: #DD10A3;
}
.AnyTagClassName
{
color: #DD10A3;
}
</style>
background-color css
<style>
a { background-color: #DD10A3; }
a { background-color: rgb(221,16,163); }
div.DivClassName
{
background-color: #DD10A3;
}
.BgClassName
{
background-color: #DD10A3;
}
</style>
border-color css
<style>
span { border-color: #DD10A3; }
span { border-color: rgb(221,16,163); }
td.TdClassName
{
border-color: #DD10A3;
}
.TagClassName
{
border-color: #DD10A3;
}
</style>