Shades of Medium Violet Red #DD0E83
Tints of Medium Violet Red #DD0E83
RGB
CMYK
RGB Variations
Color information
#DD0E83 (or 0xDD0E83) is known color: Medium Violet Red. HEX triplet: DD, 0E and 83. RGB value is (221,14,131). Sum of RGB (Red+Green+Blue) = 221+14+131=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0E83 is #22F17C. Grayscale: #585858. Windows color (decimal): -2290045 or 8589021. OLE color: 8589021.
HSL color Cylindrical-coordinate representation of color #DD0E83: hue angle of 326.09º degrees, saturation: 0.88, 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 #DD0E83 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 131 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.13 |
| HSL | 326.09º | 0.88% | 0.46% | - |
| HSV(B) | 326.09º | 0.94% | 0.87% | - |
| XYZ | 34.07 | 17.32 | 23.02 | - |
| YUV | 89.23 | 151.58 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 131 | 0 | 0.94 | 0.41 | 0.13 | 326.09 | 0.88 | 0.46 |
| Hex | DD | E | 83 | 0 | 5E | 29 | D | 146 | 58 | 2E |
| Octal | 335 | 16 | 203 | 0 | 136 | 51 | 15 | 506 | 130 | 56 |
| Binary | 11011101 | 1110 | 10000011 | 0 | 1011110 | 101001 | 1101 | 101000110 | 1011000 | 101110 |
Color Harmonies of #DD0E83
Complementary color
Monochromatic Colors of #DD0E83
Black with #DD0E83
Text Example
Text Example
White with #DD0E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E83; }
p { color: rgb(221,14,131); }
H1.HeaderClassName
{
color: #DD0E83;
}
.AnyTagClassName
{
color: #DD0E83;
}
</style>
background-color css
<style>
a { background-color: #DD0E83; }
a { background-color: rgb(221,14,131); }
div.DivClassName
{
background-color: #DD0E83;
}
.BgClassName
{
background-color: #DD0E83;
}
</style>
border-color css
<style>
span { border-color: #DD0E83; }
span { border-color: rgb(221,14,131); }
td.TdClassName
{
border-color: #DD0E83;
}
.TagClassName
{
border-color: #DD0E83;
}
</style>