Shades of Hollywood Cerise #DD00A0
Tints of Hollywood Cerise #DD00A0
RGB
CMYK
RGB Variations
Color information
#DD00A0 (or 0xDD00A0) is known color: Hollywood Cerise. HEX triplet: DD, 00 and A0. RGB value is (221,0,160). Sum of RGB (Red+Green+Blue) = 221+0+160=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00A0 is #22FF5F. Grayscale: #535353. Windows color (decimal): -2293600 or 10485981. OLE color: 10485981.
HSL color Cylindrical-coordinate representation of color #DD00A0: hue angle of 316.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00A0 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.28 | 0.13 |
| HSL | 316.56º | 1% | 0.43% | - |
| HSV(B) | 316.56º | 1% | 0.87% | - |
| XYZ | 36.16 | 17.91 | 34.81 | - |
| YUV | 84.32 | 170.72 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 160 | 0 | 1 | 0.28 | 0.13 | 316.56 | 1 | 0.43 |
| Hex | DD | 0 | A0 | 0 | 64 | 1C | D | 13D | 64 | 2B |
| Octal | 335 | 0 | 240 | 0 | 144 | 34 | 15 | 475 | 144 | 53 |
| Binary | 11011101 | 0 | 10100000 | 0 | 1100100 | 11100 | 1101 | 100111101 | 1100100 | 101011 |
Color Harmonies of #DD00A0
Complementary color
Monochromatic Colors of #DD00A0
Black with #DD00A0
Text Example
Text Example
White with #DD00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00A0; }
p { color: rgb(221,0,160); }
H1.HeaderClassName
{
color: #DD00A0;
}
.AnyTagClassName
{
color: #DD00A0;
}
</style>
background-color css
<style>
a { background-color: #DD00A0; }
a { background-color: rgb(221,0,160); }
div.DivClassName
{
background-color: #DD00A0;
}
.BgClassName
{
background-color: #DD00A0;
}
</style>
border-color css
<style>
span { border-color: #DD00A0; }
span { border-color: rgb(221,0,160); }
td.TdClassName
{
border-color: #DD00A0;
}
.TagClassName
{
border-color: #DD00A0;
}
</style>