Shades of Medium Violet Red #DD0985
Tints of Medium Violet Red #DD0985
RGB
CMYK
RGB Variations
Color information
#DD0985 (or 0xDD0985) is known color: Medium Violet Red. HEX triplet: DD, 09 and 85. RGB value is (221,9,133). Sum of RGB (Red+Green+Blue) = 221+9+133=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0985 is #22F67A. Grayscale: #565656. Windows color (decimal): -2291323 or 8718813. OLE color: 8718813.
HSL color Cylindrical-coordinate representation of color #DD0985: hue angle of 324.91º 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 #DD0985 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.13 |
| HSL | 324.91º | 0.92% | 0.45% | - |
| HSV(B) | 324.91º | 0.96% | 0.87% | - |
| XYZ | 34.15 | 17.26 | 23.72 | - |
| YUV | 86.52 | 154.24 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 133 | 0 | 0.96 | 0.40 | 0.13 | 324.91 | 0.92 | 0.45 |
| Hex | DD | 9 | 85 | 0 | 60 | 28 | D | 145 | 5C | 2D |
| Octal | 335 | 11 | 205 | 0 | 140 | 50 | 15 | 505 | 134 | 55 |
| Binary | 11011101 | 1001 | 10000101 | 0 | 1100000 | 101000 | 1101 | 101000101 | 1011100 | 101101 |
Color Harmonies of #DD0985
Complementary color
Monochromatic Colors of #DD0985
Black with #DD0985
Text Example
Text Example
White with #DD0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0985; }
p { color: rgb(221,9,133); }
H1.HeaderClassName
{
color: #DD0985;
}
.AnyTagClassName
{
color: #DD0985;
}
</style>
background-color css
<style>
a { background-color: #DD0985; }
a { background-color: rgb(221,9,133); }
div.DivClassName
{
background-color: #DD0985;
}
.BgClassName
{
background-color: #DD0985;
}
</style>
border-color css
<style>
span { border-color: #DD0985; }
span { border-color: rgb(221,9,133); }
td.TdClassName
{
border-color: #DD0985;
}
.TagClassName
{
border-color: #DD0985;
}
</style>