Shades of Hollywood Cerise #DD079F
Tints of Hollywood Cerise #DD079F
RGB
CMYK
RGB Variations
Color information
#DD079F (or 0xDD079F) is known color: Hollywood Cerise. HEX triplet: DD, 07 and 9F. RGB value is (221,7,159). Sum of RGB (Red+Green+Blue) = 221+7+159=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD079F is #22F860. Grayscale: #575757. Windows color (decimal): -2291809 or 10422237. OLE color: 10422237.
HSL color Cylindrical-coordinate representation of color #DD079F: hue angle of 317.38º 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 #DD079F is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.13 |
| HSL | 317.38º | 0.94% | 0.45% | - |
| HSV(B) | 317.38º | 0.97% | 0.87% | - |
| XYZ | 36.15 | 18.03 | 34.38 | - |
| YUV | 88.31 | 167.9 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 159 | 0 | 0.97 | 0.28 | 0.13 | 317.38 | 0.94 | 0.45 |
| Hex | DD | 7 | 9F | 0 | 61 | 1C | D | 13D | 5E | 2D |
| Octal | 335 | 7 | 237 | 0 | 141 | 34 | 15 | 475 | 136 | 55 |
| Binary | 11011101 | 111 | 10011111 | 0 | 1100001 | 11100 | 1101 | 100111101 | 1011110 | 101101 |
Color Harmonies of #DD079F
Complementary color
Monochromatic Colors of #DD079F
Black with #DD079F
Text Example
Text Example
White with #DD079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD079F; }
p { color: rgb(221,7,159); }
H1.HeaderClassName
{
color: #DD079F;
}
.AnyTagClassName
{
color: #DD079F;
}
</style>
background-color css
<style>
a { background-color: #DD079F; }
a { background-color: rgb(221,7,159); }
div.DivClassName
{
background-color: #DD079F;
}
.BgClassName
{
background-color: #DD079F;
}
</style>
border-color css
<style>
span { border-color: #DD079F; }
span { border-color: rgb(221,7,159); }
td.TdClassName
{
border-color: #DD079F;
}
.TagClassName
{
border-color: #DD079F;
}
</style>