Shades of Hollywood Cerise #DD079A
Tints of Hollywood Cerise #DD079A
RGB
CMYK
RGB Variations
Color information
#DD079A (or 0xDD079A) is known color: Hollywood Cerise. HEX triplet: DD, 07 and 9A. RGB value is (221,7,154). Sum of RGB (Red+Green+Blue) = 221+7+154=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD079A is #22F865. Grayscale: #575757. Windows color (decimal): -2291814 or 10094557. OLE color: 10094557.
HSL color Cylindrical-coordinate representation of color #DD079A: hue angle of 318.79º 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 #DD079A is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.13 |
| HSL | 318.79º | 0.94% | 0.45% | - |
| HSV(B) | 318.79º | 0.97% | 0.87% | - |
| XYZ | 35.73 | 17.86 | 32.14 | - |
| YUV | 87.74 | 165.4 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 154 | 0 | 0.97 | 0.30 | 0.13 | 318.79 | 0.94 | 0.45 |
| Hex | DD | 7 | 9A | 0 | 61 | 1E | D | 13F | 5E | 2D |
| Octal | 335 | 7 | 232 | 0 | 141 | 36 | 15 | 477 | 136 | 55 |
| Binary | 11011101 | 111 | 10011010 | 0 | 1100001 | 11110 | 1101 | 100111111 | 1011110 | 101101 |
Color Harmonies of #DD079A
Complementary color
Monochromatic Colors of #DD079A
Black with #DD079A
Text Example
Text Example
White with #DD079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD079A; }
p { color: rgb(221,7,154); }
H1.HeaderClassName
{
color: #DD079A;
}
.AnyTagClassName
{
color: #DD079A;
}
</style>
background-color css
<style>
a { background-color: #DD079A; }
a { background-color: rgb(221,7,154); }
div.DivClassName
{
background-color: #DD079A;
}
.BgClassName
{
background-color: #DD079A;
}
</style>
border-color css
<style>
span { border-color: #DD079A; }
span { border-color: rgb(221,7,154); }
td.TdClassName
{
border-color: #DD079A;
}
.TagClassName
{
border-color: #DD079A;
}
</style>