Shades of Medium Violet Red #DD1086
Tints of Medium Violet Red #DD1086
RGB
CMYK
RGB Variations
Color information
#DD1086 (or 0xDD1086) is known color: Medium Violet Red. HEX triplet: DD, 10 and 86. RGB value is (221,16,134). Sum of RGB (Red+Green+Blue) = 221+16+134=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1086 is #22EF79. Grayscale: #5A5A5A. Windows color (decimal): -2289530 or 8786141. OLE color: 8786141.
HSL color Cylindrical-coordinate representation of color #DD1086: hue angle of 325.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1086 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 134 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.13 |
| HSL | 325.46º | 0.86% | 0.46% | - |
| HSV(B) | 325.46º | 0.93% | 0.87% | - |
| XYZ | 34.31 | 17.46 | 24.12 | - |
| YUV | 90.75 | 152.42 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 134 | 0 | 0.93 | 0.39 | 0.13 | 325.46 | 0.86 | 0.46 |
| Hex | DD | 10 | 86 | 0 | 5D | 27 | D | 145 | 56 | 2E |
| Octal | 335 | 20 | 206 | 0 | 135 | 47 | 15 | 505 | 126 | 56 |
| Binary | 11011101 | 10000 | 10000110 | 0 | 1011101 | 100111 | 1101 | 101000101 | 1010110 | 101110 |
Color Harmonies of #DD1086
Complementary color
Monochromatic Colors of #DD1086
Black with #DD1086
Text Example
Text Example
White with #DD1086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1086; }
p { color: rgb(221,16,134); }
H1.HeaderClassName
{
color: #DD1086;
}
.AnyTagClassName
{
color: #DD1086;
}
</style>
background-color css
<style>
a { background-color: #DD1086; }
a { background-color: rgb(221,16,134); }
div.DivClassName
{
background-color: #DD1086;
}
.BgClassName
{
background-color: #DD1086;
}
</style>
border-color css
<style>
span { border-color: #DD1086; }
span { border-color: rgb(221,16,134); }
td.TdClassName
{
border-color: #DD1086;
}
.TagClassName
{
border-color: #DD1086;
}
</style>