Shades of Medium Violet Red #DD0D86
Tints of Medium Violet Red #DD0D86
RGB
CMYK
RGB Variations
Color information
#DD0D86 (or 0xDD0D86) is known color: Medium Violet Red. HEX triplet: DD, 0D and 86. RGB value is (221,13,134). Sum of RGB (Red+Green+Blue) = 221+13+134=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0D86 is #22F279. Grayscale: #585858. Windows color (decimal): -2290298 or 8785373. OLE color: 8785373.
HSL color Cylindrical-coordinate representation of color #DD0D86: hue angle of 325.1º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D86 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 134 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.13 |
| HSL | 325.1º | 0.89% | 0.46% | - |
| HSV(B) | 325.1º | 0.94% | 0.87% | - |
| XYZ | 34.27 | 17.38 | 24.1 | - |
| YUV | 88.99 | 153.41 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 134 | 0 | 0.94 | 0.39 | 0.13 | 325.1 | 0.89 | 0.46 |
| Hex | DD | D | 86 | 0 | 5E | 27 | D | 145 | 59 | 2E |
| Octal | 335 | 15 | 206 | 0 | 136 | 47 | 15 | 505 | 131 | 56 |
| Binary | 11011101 | 1101 | 10000110 | 0 | 1011110 | 100111 | 1101 | 101000101 | 1011001 | 101110 |
Color Harmonies of #DD0D86
Complementary color
Monochromatic Colors of #DD0D86
Black with #DD0D86
Text Example
Text Example
White with #DD0D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D86; }
p { color: rgb(221,13,134); }
H1.HeaderClassName
{
color: #DD0D86;
}
.AnyTagClassName
{
color: #DD0D86;
}
</style>
background-color css
<style>
a { background-color: #DD0D86; }
a { background-color: rgb(221,13,134); }
div.DivClassName
{
background-color: #DD0D86;
}
.BgClassName
{
background-color: #DD0D86;
}
</style>
border-color css
<style>
span { border-color: #DD0D86; }
span { border-color: rgb(221,13,134); }
td.TdClassName
{
border-color: #DD0D86;
}
.TagClassName
{
border-color: #DD0D86;
}
</style>