Shades of Medium Violet Red #DD1179
Tints of Medium Violet Red #DD1179
RGB
CMYK
RGB Variations
Color information
#DD1179 (or 0xDD1179) is known color: Medium Violet Red. HEX triplet: DD, 11 and 79. RGB value is (221,17,121). Sum of RGB (Red+Green+Blue) = 221+17+121=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1179 is #22EE86. Grayscale: #595959. Windows color (decimal): -2289287 or 7934429. OLE color: 7934429.
HSL color Cylindrical-coordinate representation of color #DD1179: hue angle of 329.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1179 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.13 |
| HSL | 329.41º | 0.86% | 0.47% | - |
| HSV(B) | 329.41º | 0.92% | 0.87% | - |
| XYZ | 33.47 | 17.15 | 19.64 | - |
| YUV | 89.85 | 145.59 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 121 | 0 | 0.92 | 0.45 | 0.13 | 329.41 | 0.86 | 0.47 |
| Hex | DD | 11 | 79 | 0 | 5C | 2D | D | 149 | 56 | 2F |
| Octal | 335 | 21 | 171 | 0 | 134 | 55 | 15 | 511 | 126 | 57 |
| Binary | 11011101 | 10001 | 1111001 | 0 | 1011100 | 101101 | 1101 | 101001001 | 1010110 | 101111 |
Color Harmonies of #DD1179
Complementary color
Monochromatic Colors of #DD1179
Black with #DD1179
Text Example
Text Example
White with #DD1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1179; }
p { color: rgb(221,17,121); }
H1.HeaderClassName
{
color: #DD1179;
}
.AnyTagClassName
{
color: #DD1179;
}
</style>
background-color css
<style>
a { background-color: #DD1179; }
a { background-color: rgb(221,17,121); }
div.DivClassName
{
background-color: #DD1179;
}
.BgClassName
{
background-color: #DD1179;
}
</style>
border-color css
<style>
span { border-color: #DD1179; }
span { border-color: rgb(221,17,121); }
td.TdClassName
{
border-color: #DD1179;
}
.TagClassName
{
border-color: #DD1179;
}
</style>