Shades of Hollywood Cerise #DD049A
Tints of Hollywood Cerise #DD049A
RGB
CMYK
RGB Variations
Color information
#DD049A (or 0xDD049A) is known color: Hollywood Cerise. HEX triplet: DD, 04 and 9A. RGB value is (221,4,154). Sum of RGB (Red+Green+Blue) = 221+4+154=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD049A is #22FB65. Grayscale: #555555. Windows color (decimal): -2292582 or 10093789. OLE color: 10093789.
HSL color Cylindrical-coordinate representation of color #DD049A: hue angle of 318.53º 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 #DD049A is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.13 |
| HSL | 318.53º | 0.96% | 0.44% | - |
| HSV(B) | 318.53º | 0.98% | 0.87% | - |
| XYZ | 35.69 | 17.79 | 32.12 | - |
| YUV | 85.98 | 166.39 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 154 | 0 | 0.98 | 0.30 | 0.13 | 318.53 | 0.96 | 0.44 |
| Hex | DD | 4 | 9A | 0 | 62 | 1E | D | 13F | 60 | 2C |
| Octal | 335 | 4 | 232 | 0 | 142 | 36 | 15 | 477 | 140 | 54 |
| Binary | 11011101 | 100 | 10011010 | 0 | 1100010 | 11110 | 1101 | 100111111 | 1100000 | 101100 |
Color Harmonies of #DD049A
Complementary color
Monochromatic Colors of #DD049A
Black with #DD049A
Text Example
Text Example
White with #DD049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD049A; }
p { color: rgb(221,4,154); }
H1.HeaderClassName
{
color: #DD049A;
}
.AnyTagClassName
{
color: #DD049A;
}
</style>
background-color css
<style>
a { background-color: #DD049A; }
a { background-color: rgb(221,4,154); }
div.DivClassName
{
background-color: #DD049A;
}
.BgClassName
{
background-color: #DD049A;
}
</style>
border-color css
<style>
span { border-color: #DD049A; }
span { border-color: rgb(221,4,154); }
td.TdClassName
{
border-color: #DD049A;
}
.TagClassName
{
border-color: #DD049A;
}
</style>