Shades of Medium Violet Red #DD0D85
Tints of Medium Violet Red #DD0D85
RGB
CMYK
RGB Variations
Color information
#DD0D85 (or 0xDD0D85) is known color: Medium Violet Red. HEX triplet: DD, 0D and 85. RGB value is (221,13,133). Sum of RGB (Red+Green+Blue) = 221+13+133=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0D85 is #22F27A. Grayscale: #585858. Windows color (decimal): -2290299 or 8719837. OLE color: 8719837.
HSL color Cylindrical-coordinate representation of color #DD0D85: hue angle of 325.38º 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 #DD0D85 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 133 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.13 |
| HSL | 325.38º | 0.89% | 0.46% | - |
| HSV(B) | 325.38º | 0.94% | 0.87% | - |
| XYZ | 34.2 | 17.35 | 23.74 | - |
| YUV | 88.87 | 152.91 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 133 | 0 | 0.94 | 0.40 | 0.13 | 325.38 | 0.89 | 0.46 |
| Hex | DD | D | 85 | 0 | 5E | 28 | D | 145 | 59 | 2E |
| Octal | 335 | 15 | 205 | 0 | 136 | 50 | 15 | 505 | 131 | 56 |
| Binary | 11011101 | 1101 | 10000101 | 0 | 1011110 | 101000 | 1101 | 101000101 | 1011001 | 101110 |
Color Harmonies of #DD0D85
Complementary color
Monochromatic Colors of #DD0D85
Black with #DD0D85
Text Example
Text Example
White with #DD0D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D85; }
p { color: rgb(221,13,133); }
H1.HeaderClassName
{
color: #DD0D85;
}
.AnyTagClassName
{
color: #DD0D85;
}
</style>
background-color css
<style>
a { background-color: #DD0D85; }
a { background-color: rgb(221,13,133); }
div.DivClassName
{
background-color: #DD0D85;
}
.BgClassName
{
background-color: #DD0D85;
}
</style>
border-color css
<style>
span { border-color: #DD0D85; }
span { border-color: rgb(221,13,133); }
td.TdClassName
{
border-color: #DD0D85;
}
.TagClassName
{
border-color: #DD0D85;
}
</style>