Shades of Hollywood Cerise #DD039C
Tints of Hollywood Cerise #DD039C
RGB
CMYK
RGB Variations
Color information
#DD039C (or 0xDD039C) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 9C. RGB value is (221,3,156). Sum of RGB (Red+Green+Blue) = 221+3+156=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD039C is #22FC63. Grayscale: #555555. Windows color (decimal): -2292836 or 10224605. OLE color: 10224605.
HSL color Cylindrical-coordinate representation of color #DD039C: hue angle of 317.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD039C is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.13 |
| HSL | 317.89º | 0.97% | 0.44% | - |
| HSV(B) | 317.89º | 0.99% | 0.87% | - |
| XYZ | 35.85 | 17.84 | 33.01 | - |
| YUV | 85.62 | 167.72 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 156 | 0 | 0.99 | 0.29 | 0.13 | 317.89 | 0.97 | 0.44 |
| Hex | DD | 3 | 9C | 0 | 63 | 1D | D | 13E | 61 | 2C |
| Octal | 335 | 3 | 234 | 0 | 143 | 35 | 15 | 476 | 141 | 54 |
| Binary | 11011101 | 11 | 10011100 | 0 | 1100011 | 11101 | 1101 | 100111110 | 1100001 | 101100 |
Color Harmonies of #DD039C
Complementary color
Monochromatic Colors of #DD039C
Black with #DD039C
Text Example
Text Example
White with #DD039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD039C; }
p { color: rgb(221,3,156); }
H1.HeaderClassName
{
color: #DD039C;
}
.AnyTagClassName
{
color: #DD039C;
}
</style>
background-color css
<style>
a { background-color: #DD039C; }
a { background-color: rgb(221,3,156); }
div.DivClassName
{
background-color: #DD039C;
}
.BgClassName
{
background-color: #DD039C;
}
</style>
border-color css
<style>
span { border-color: #DD039C; }
span { border-color: rgb(221,3,156); }
td.TdClassName
{
border-color: #DD039C;
}
.TagClassName
{
border-color: #DD039C;
}
</style>