Shades of Medium Violet Red #DD1585
Tints of Medium Violet Red #DD1585
RGB
CMYK
RGB Variations
Color information
#DD1585 (or 0xDD1585) is known color: Medium Violet Red. HEX triplet: DD, 15 and 85. RGB value is (221,21,133). Sum of RGB (Red+Green+Blue) = 221+21+133=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1585 is #22EA7A. Grayscale: #5D5D5D. Windows color (decimal): -2288251 or 8721885. OLE color: 8721885.
HSL color Cylindrical-coordinate representation of color #DD1585: hue angle of 326.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1585 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 133 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.13 |
| HSL | 326.4º | 0.83% | 0.47% | - |
| HSV(B) | 326.4º | 0.9% | 0.87% | - |
| XYZ | 34.32 | 17.6 | 23.78 | - |
| YUV | 93.57 | 150.26 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 133 | 0 | 0.90 | 0.40 | 0.13 | 326.4 | 0.83 | 0.47 |
| Hex | DD | 15 | 85 | 0 | 5A | 28 | D | 146 | 53 | 2F |
| Octal | 335 | 25 | 205 | 0 | 132 | 50 | 15 | 506 | 123 | 57 |
| Binary | 11011101 | 10101 | 10000101 | 0 | 1011010 | 101000 | 1101 | 101000110 | 1010011 | 101111 |
Color Harmonies of #DD1585
Complementary color
Monochromatic Colors of #DD1585
Black with #DD1585
Text Example
Text Example
White with #DD1585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1585; }
p { color: rgb(221,21,133); }
H1.HeaderClassName
{
color: #DD1585;
}
.AnyTagClassName
{
color: #DD1585;
}
</style>
background-color css
<style>
a { background-color: #DD1585; }
a { background-color: rgb(221,21,133); }
div.DivClassName
{
background-color: #DD1585;
}
.BgClassName
{
background-color: #DD1585;
}
</style>
border-color css
<style>
span { border-color: #DD1585; }
span { border-color: rgb(221,21,133); }
td.TdClassName
{
border-color: #DD1585;
}
.TagClassName
{
border-color: #DD1585;
}
</style>