Shades of Medium Violet Red #DD1785
Tints of Medium Violet Red #DD1785
RGB
CMYK
RGB Variations
Color information
#DD1785 (or 0xDD1785) is known color: Medium Violet Red. HEX triplet: DD, 17 and 85. RGB value is (221,23,133). Sum of RGB (Red+Green+Blue) = 221+23+133=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1785 is #22E87A. Grayscale: #5E5E5E. Windows color (decimal): -2287739 or 8722397. OLE color: 8722397.
HSL color Cylindrical-coordinate representation of color #DD1785: hue angle of 326.67º 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 #DD1785 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 133 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.13 |
| HSL | 326.67º | 0.81% | 0.48% | - |
| HSV(B) | 326.67º | 0.9% | 0.87% | - |
| XYZ | 34.36 | 17.68 | 23.79 | - |
| YUV | 94.74 | 149.6 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 133 | 0 | 0.90 | 0.40 | 0.13 | 326.67 | 0.81 | 0.48 |
| Hex | DD | 17 | 85 | 0 | 5A | 28 | D | 147 | 51 | 30 |
| Octal | 335 | 27 | 205 | 0 | 132 | 50 | 15 | 507 | 121 | 60 |
| Binary | 11011101 | 10111 | 10000101 | 0 | 1011010 | 101000 | 1101 | 101000111 | 1010001 | 110000 |
Color Harmonies of #DD1785
Complementary color
Monochromatic Colors of #DD1785
Black with #DD1785
Text Example
Text Example
White with #DD1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1785; }
p { color: rgb(221,23,133); }
H1.HeaderClassName
{
color: #DD1785;
}
.AnyTagClassName
{
color: #DD1785;
}
</style>
background-color css
<style>
a { background-color: #DD1785; }
a { background-color: rgb(221,23,133); }
div.DivClassName
{
background-color: #DD1785;
}
.BgClassName
{
background-color: #DD1785;
}
</style>
border-color css
<style>
span { border-color: #DD1785; }
span { border-color: rgb(221,23,133); }
td.TdClassName
{
border-color: #DD1785;
}
.TagClassName
{
border-color: #DD1785;
}
</style>