Shades of Medium Violet Red #DD0986
Tints of Medium Violet Red #DD0986
RGB
CMYK
RGB Variations
Color information
#DD0986 (or 0xDD0986) is known color: Medium Violet Red. HEX triplet: DD, 09 and 86. RGB value is (221,9,134). Sum of RGB (Red+Green+Blue) = 221+9+134=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0986 is #22F679. Grayscale: #565656. Windows color (decimal): -2291322 or 8784349. OLE color: 8784349.
HSL color Cylindrical-coordinate representation of color #DD0986: hue angle of 324.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0986 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.13 |
| HSL | 324.62º | 0.92% | 0.45% | - |
| HSV(B) | 324.62º | 0.96% | 0.87% | - |
| XYZ | 34.22 | 17.29 | 24.09 | - |
| YUV | 86.64 | 154.74 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 134 | 0 | 0.96 | 0.39 | 0.13 | 324.62 | 0.92 | 0.45 |
| Hex | DD | 9 | 86 | 0 | 60 | 27 | D | 145 | 5C | 2D |
| Octal | 335 | 11 | 206 | 0 | 140 | 47 | 15 | 505 | 134 | 55 |
| Binary | 11011101 | 1001 | 10000110 | 0 | 1100000 | 100111 | 1101 | 101000101 | 1011100 | 101101 |
Color Harmonies of #DD0986
Complementary color
Monochromatic Colors of #DD0986
Black with #DD0986
Text Example
Text Example
White with #DD0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0986; }
p { color: rgb(221,9,134); }
H1.HeaderClassName
{
color: #DD0986;
}
.AnyTagClassName
{
color: #DD0986;
}
</style>
background-color css
<style>
a { background-color: #DD0986; }
a { background-color: rgb(221,9,134); }
div.DivClassName
{
background-color: #DD0986;
}
.BgClassName
{
background-color: #DD0986;
}
</style>
border-color css
<style>
span { border-color: #DD0986; }
span { border-color: rgb(221,9,134); }
td.TdClassName
{
border-color: #DD0986;
}
.TagClassName
{
border-color: #DD0986;
}
</style>