Shades of Medium Violet Red #DD1780
Tints of Medium Violet Red #DD1780
RGB
CMYK
RGB Variations
Color information
#DD1780 (or 0xDD1780) is known color: Medium Violet Red. HEX triplet: DD, 17 and 80. RGB value is (221,23,128). Sum of RGB (Red+Green+Blue) = 221+23+128=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1780 is #22E87F. Grayscale: #5D5D5D. Windows color (decimal): -2287744 or 8394717. OLE color: 8394717.
HSL color Cylindrical-coordinate representation of color #DD1780: hue angle of 328.18º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1780 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 128 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.13 |
| HSL | 328.18º | 0.81% | 0.48% | - |
| HSV(B) | 328.18º | 0.9% | 0.87% | - |
| XYZ | 34.02 | 17.54 | 22.02 | - |
| YUV | 94.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 128 | 0 | 0.90 | 0.42 | 0.13 | 328.18 | 0.81 | 0.48 |
| Hex | DD | 17 | 80 | 0 | 5A | 2A | D | 148 | 51 | 30 |
| Octal | 335 | 27 | 200 | 0 | 132 | 52 | 15 | 510 | 121 | 60 |
| Binary | 11011101 | 10111 | 10000000 | 0 | 1011010 | 101010 | 1101 | 101001000 | 1010001 | 110000 |
Color Harmonies of #DD1780
Complementary color
Monochromatic Colors of #DD1780
Black with #DD1780
Text Example
Text Example
White with #DD1780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1780; }
p { color: rgb(221,23,128); }
H1.HeaderClassName
{
color: #DD1780;
}
.AnyTagClassName
{
color: #DD1780;
}
</style>
background-color css
<style>
a { background-color: #DD1780; }
a { background-color: rgb(221,23,128); }
div.DivClassName
{
background-color: #DD1780;
}
.BgClassName
{
background-color: #DD1780;
}
</style>
border-color css
<style>
span { border-color: #DD1780; }
span { border-color: rgb(221,23,128); }
td.TdClassName
{
border-color: #DD1780;
}
.TagClassName
{
border-color: #DD1780;
}
</style>