Shades of Hollywood Cerise #DD079D
Tints of Hollywood Cerise #DD079D
RGB
CMYK
RGB Variations
Color information
#DD079D (or 0xDD079D) is known color: Hollywood Cerise. HEX triplet: DD, 07 and 9D. RGB value is (221,7,157). Sum of RGB (Red+Green+Blue) = 221+7+157=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD079D is #22F862. Grayscale: #575757. Windows color (decimal): -2291811 or 10291165. OLE color: 10291165.
HSL color Cylindrical-coordinate representation of color #DD079D: hue angle of 317.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD079D is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.13 |
| HSL | 317.94º | 0.94% | 0.45% | - |
| HSV(B) | 317.94º | 0.97% | 0.87% | - |
| XYZ | 35.98 | 17.96 | 33.47 | - |
| YUV | 88.09 | 166.9 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 157 | 0 | 0.97 | 0.29 | 0.13 | 317.94 | 0.94 | 0.45 |
| Hex | DD | 7 | 9D | 0 | 61 | 1D | D | 13E | 5E | 2D |
| Octal | 335 | 7 | 235 | 0 | 141 | 35 | 15 | 476 | 136 | 55 |
| Binary | 11011101 | 111 | 10011101 | 0 | 1100001 | 11101 | 1101 | 100111110 | 1011110 | 101101 |
Color Harmonies of #DD079D
Complementary color
Monochromatic Colors of #DD079D
Black with #DD079D
Text Example
Text Example
White with #DD079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD079D; }
p { color: rgb(221,7,157); }
H1.HeaderClassName
{
color: #DD079D;
}
.AnyTagClassName
{
color: #DD079D;
}
</style>
background-color css
<style>
a { background-color: #DD079D; }
a { background-color: rgb(221,7,157); }
div.DivClassName
{
background-color: #DD079D;
}
.BgClassName
{
background-color: #DD079D;
}
</style>
border-color css
<style>
span { border-color: #DD079D; }
span { border-color: rgb(221,7,157); }
td.TdClassName
{
border-color: #DD079D;
}
.TagClassName
{
border-color: #DD079D;
}
</style>