Shades of Medium Violet Red #DD1879
Tints of Medium Violet Red #DD1879
RGB
CMYK
RGB Variations
Color information
#DD1879 (or 0xDD1879) is known color: Medium Violet Red. HEX triplet: DD, 18 and 79. RGB value is (221,24,121). Sum of RGB (Red+Green+Blue) = 221+24+121=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1879 is #22E786. Grayscale: #5D5D5D. Windows color (decimal): -2287495 or 7936221. OLE color: 7936221.
HSL color Cylindrical-coordinate representation of color #DD1879: hue angle of 330.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1879 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 121 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.13 |
| HSL | 330.46º | 0.8% | 0.48% | - |
| HSV(B) | 330.46º | 0.89% | 0.87% | - |
| XYZ | 33.6 | 17.41 | 19.68 | - |
| YUV | 93.96 | 143.27 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 121 | 0 | 0.89 | 0.45 | 0.13 | 330.46 | 0.8 | 0.48 |
| Hex | DD | 18 | 79 | 0 | 59 | 2D | D | 14A | 50 | 30 |
| Octal | 335 | 30 | 171 | 0 | 131 | 55 | 15 | 512 | 120 | 60 |
| Binary | 11011101 | 11000 | 1111001 | 0 | 1011001 | 101101 | 1101 | 101001010 | 1010000 | 110000 |
Color Harmonies of #DD1879
Complementary color
Monochromatic Colors of #DD1879
Black with #DD1879
Text Example
Text Example
White with #DD1879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1879; }
p { color: rgb(221,24,121); }
H1.HeaderClassName
{
color: #DD1879;
}
.AnyTagClassName
{
color: #DD1879;
}
</style>
background-color css
<style>
a { background-color: #DD1879; }
a { background-color: rgb(221,24,121); }
div.DivClassName
{
background-color: #DD1879;
}
.BgClassName
{
background-color: #DD1879;
}
</style>
border-color css
<style>
span { border-color: #DD1879; }
span { border-color: rgb(221,24,121); }
td.TdClassName
{
border-color: #DD1879;
}
.TagClassName
{
border-color: #DD1879;
}
</style>