Shades of Hollywood Cerise #DD0794
Tints of Hollywood Cerise #DD0794
RGB
CMYK
RGB Variations
Color information
#DD0794 (or 0xDD0794) is known color: Hollywood Cerise. HEX triplet: DD, 07 and 94. RGB value is (221,7,148). Sum of RGB (Red+Green+Blue) = 221+7+148=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0794 is #22F86B. Grayscale: #565656. Windows color (decimal): -2291820 or 9701341. OLE color: 9701341.
HSL color Cylindrical-coordinate representation of color #DD0794: hue angle of 320.47º 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 #DD0794 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 148 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.13 |
| HSL | 320.47º | 0.94% | 0.45% | - |
| HSV(B) | 320.47º | 0.97% | 0.87% | - |
| XYZ | 35.24 | 17.66 | 29.57 | - |
| YUV | 87.06 | 162.4 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 148 | 0 | 0.97 | 0.33 | 0.13 | 320.47 | 0.94 | 0.45 |
| Hex | DD | 7 | 94 | 0 | 61 | 21 | D | 140 | 5E | 2D |
| Octal | 335 | 7 | 224 | 0 | 141 | 41 | 15 | 500 | 136 | 55 |
| Binary | 11011101 | 111 | 10010100 | 0 | 1100001 | 100001 | 1101 | 101000000 | 1011110 | 101101 |
Color Harmonies of #DD0794
Complementary color
Monochromatic Colors of #DD0794
Black with #DD0794
Text Example
Text Example
White with #DD0794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0794; }
p { color: rgb(221,7,148); }
H1.HeaderClassName
{
color: #DD0794;
}
.AnyTagClassName
{
color: #DD0794;
}
</style>
background-color css
<style>
a { background-color: #DD0794; }
a { background-color: rgb(221,7,148); }
div.DivClassName
{
background-color: #DD0794;
}
.BgClassName
{
background-color: #DD0794;
}
</style>
border-color css
<style>
span { border-color: #DD0794; }
span { border-color: rgb(221,7,148); }
td.TdClassName
{
border-color: #DD0794;
}
.TagClassName
{
border-color: #DD0794;
}
</style>