Shades of Hollywood Cerise #DD1AA0
Tints of Hollywood Cerise #DD1AA0
RGB
CMYK
RGB Variations
Color information
#DD1AA0 (or 0xDD1AA0) is known color: Hollywood Cerise. HEX triplet: DD, 1A and A0. RGB value is (221,26,160). Sum of RGB (Red+Green+Blue) = 221+26+160=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1AA0 is #22E55F. Grayscale: #636363. Windows color (decimal): -2286944 or 10492637. OLE color: 10492637.
HSL color Cylindrical-coordinate representation of color #DD1AA0: hue angle of 318.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1AA0 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 160 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.13 |
| HSL | 318.77º | 0.79% | 0.48% | - |
| HSV(B) | 318.77º | 0.88% | 0.87% | - |
| XYZ | 36.53 | 18.65 | 34.93 | - |
| YUV | 99.58 | 162.1 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 160 | 0 | 0.88 | 0.28 | 0.13 | 318.77 | 0.79 | 0.48 |
| Hex | DD | 1A | A0 | 0 | 58 | 1C | D | 13F | 4F | 30 |
| Octal | 335 | 32 | 240 | 0 | 130 | 34 | 15 | 477 | 117 | 60 |
| Binary | 11011101 | 11010 | 10100000 | 0 | 1011000 | 11100 | 1101 | 100111111 | 1001111 | 110000 |
Color Harmonies of #DD1AA0
Complementary color
Monochromatic Colors of #DD1AA0
Black with #DD1AA0
Text Example
Text Example
White with #DD1AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1AA0; }
p { color: rgb(221,26,160); }
H1.HeaderClassName
{
color: #DD1AA0;
}
.AnyTagClassName
{
color: #DD1AA0;
}
</style>
background-color css
<style>
a { background-color: #DD1AA0; }
a { background-color: rgb(221,26,160); }
div.DivClassName
{
background-color: #DD1AA0;
}
.BgClassName
{
background-color: #DD1AA0;
}
</style>
border-color css
<style>
span { border-color: #DD1AA0; }
span { border-color: rgb(221,26,160); }
td.TdClassName
{
border-color: #DD1AA0;
}
.TagClassName
{
border-color: #DD1AA0;
}
</style>