Shades of Hollywood Cerise #DD049C
Tints of Hollywood Cerise #DD049C
RGB
CMYK
RGB Variations
Color information
#DD049C (or 0xDD049C) is known color: Hollywood Cerise. HEX triplet: DD, 04 and 9C. RGB value is (221,4,156). Sum of RGB (Red+Green+Blue) = 221+4+156=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD049C is #22FB63. Grayscale: #555555. Windows color (decimal): -2292580 or 10224861. OLE color: 10224861.
HSL color Cylindrical-coordinate representation of color #DD049C: hue angle of 317.97º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD049C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.13 |
| HSL | 317.97º | 0.96% | 0.44% | - |
| HSV(B) | 317.97º | 0.98% | 0.87% | - |
| XYZ | 35.86 | 17.86 | 33.01 | - |
| YUV | 86.21 | 167.39 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 156 | 0 | 0.98 | 0.29 | 0.13 | 317.97 | 0.96 | 0.44 |
| Hex | DD | 4 | 9C | 0 | 62 | 1D | D | 13E | 60 | 2C |
| Octal | 335 | 4 | 234 | 0 | 142 | 35 | 15 | 476 | 140 | 54 |
| Binary | 11011101 | 100 | 10011100 | 0 | 1100010 | 11101 | 1101 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DD049C
Complementary color
Monochromatic Colors of #DD049C
Black with #DD049C
Text Example
Text Example
White with #DD049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD049C; }
p { color: rgb(221,4,156); }
H1.HeaderClassName
{
color: #DD049C;
}
.AnyTagClassName
{
color: #DD049C;
}
</style>
background-color css
<style>
a { background-color: #DD049C; }
a { background-color: rgb(221,4,156); }
div.DivClassName
{
background-color: #DD049C;
}
.BgClassName
{
background-color: #DD049C;
}
</style>
border-color css
<style>
span { border-color: #DD049C; }
span { border-color: rgb(221,4,156); }
td.TdClassName
{
border-color: #DD049C;
}
.TagClassName
{
border-color: #DD049C;
}
</style>