Shades of Medium Violet Red #DD0079
Tints of Medium Violet Red #DD0079
RGB
CMYK
RGB Variations
Color information
#DD0079 (or 0xDD0079) is known color: Medium Violet Red. HEX triplet: DD, 00 and 79. RGB value is (221,0,121). Sum of RGB (Red+Green+Blue) = 221+0+121=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0079 is #22FF86. Grayscale: #4F4F4F. Windows color (decimal): -2293639 or 7930077. OLE color: 7930077.
HSL color Cylindrical-coordinate representation of color #DD0079: hue angle of 327.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0079 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.45 | 0.13 |
| HSL | 327.15º | 1% | 0.43% | - |
| HSV(B) | 327.15º | 1% | 0.87% | - |
| XYZ | 33.27 | 16.75 | 19.57 | - |
| YUV | 79.87 | 151.22 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 121 | 0 | 1 | 0.45 | 0.13 | 327.15 | 1 | 0.43 |
| Hex | DD | 0 | 79 | 0 | 64 | 2D | D | 147 | 64 | 2B |
| Octal | 335 | 0 | 171 | 0 | 144 | 55 | 15 | 507 | 144 | 53 |
| Binary | 11011101 | 0 | 1111001 | 0 | 1100100 | 101101 | 1101 | 101000111 | 1100100 | 101011 |
Color Harmonies of #DD0079
Complementary color
Monochromatic Colors of #DD0079
Black with #DD0079
Text Example
Text Example
White with #DD0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0079; }
p { color: rgb(221,0,121); }
H1.HeaderClassName
{
color: #DD0079;
}
.AnyTagClassName
{
color: #DD0079;
}
</style>
background-color css
<style>
a { background-color: #DD0079; }
a { background-color: rgb(221,0,121); }
div.DivClassName
{
background-color: #DD0079;
}
.BgClassName
{
background-color: #DD0079;
}
</style>
border-color css
<style>
span { border-color: #DD0079; }
span { border-color: rgb(221,0,121); }
td.TdClassName
{
border-color: #DD0079;
}
.TagClassName
{
border-color: #DD0079;
}
</style>