Shades of Medium Violet Red #DD1586
Tints of Medium Violet Red #DD1586
RGB
CMYK
RGB Variations
Color information
#DD1586 (or 0xDD1586) is known color: Medium Violet Red. HEX triplet: DD, 15 and 86. RGB value is (221,21,134). Sum of RGB (Red+Green+Blue) = 221+21+134=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1586 is #22EA79. Grayscale: #5D5D5D. Windows color (decimal): -2288250 or 8787421. OLE color: 8787421.
HSL color Cylindrical-coordinate representation of color #DD1586: hue angle of 326.1º 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 #DD1586 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 134 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.13 |
| HSL | 326.1º | 0.83% | 0.47% | - |
| HSV(B) | 326.1º | 0.9% | 0.87% | - |
| XYZ | 34.39 | 17.63 | 24.14 | - |
| YUV | 93.68 | 150.76 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 134 | 0 | 0.90 | 0.39 | 0.13 | 326.1 | 0.83 | 0.47 |
| Hex | DD | 15 | 86 | 0 | 5A | 27 | D | 146 | 53 | 2F |
| Octal | 335 | 25 | 206 | 0 | 132 | 47 | 15 | 506 | 123 | 57 |
| Binary | 11011101 | 10101 | 10000110 | 0 | 1011010 | 100111 | 1101 | 101000110 | 1010011 | 101111 |
Color Harmonies of #DD1586
Complementary color
Monochromatic Colors of #DD1586
Black with #DD1586
Text Example
Text Example
White with #DD1586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1586; }
p { color: rgb(221,21,134); }
H1.HeaderClassName
{
color: #DD1586;
}
.AnyTagClassName
{
color: #DD1586;
}
</style>
background-color css
<style>
a { background-color: #DD1586; }
a { background-color: rgb(221,21,134); }
div.DivClassName
{
background-color: #DD1586;
}
.BgClassName
{
background-color: #DD1586;
}
</style>
border-color css
<style>
span { border-color: #DD1586; }
span { border-color: rgb(221,21,134); }
td.TdClassName
{
border-color: #DD1586;
}
.TagClassName
{
border-color: #DD1586;
}
</style>