Shades of Medium Violet Red #DD0585
Tints of Medium Violet Red #DD0585
RGB
CMYK
RGB Variations
Color information
#DD0585 (or 0xDD0585) is known color: Medium Violet Red. HEX triplet: DD, 05 and 85. RGB value is (221,5,133). Sum of RGB (Red+Green+Blue) = 221+5+133=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0585 is #22FA7A. Grayscale: #535353. Windows color (decimal): -2292347 or 8717789. OLE color: 8717789.
HSL color Cylindrical-coordinate representation of color #DD0585: hue angle of 324.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0585 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 133 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.13 |
| HSL | 324.44º | 0.96% | 0.44% | - |
| HSV(B) | 324.44º | 0.98% | 0.87% | - |
| XYZ | 34.11 | 17.17 | 23.71 | - |
| YUV | 84.18 | 155.56 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 133 | 0 | 0.98 | 0.40 | 0.13 | 324.44 | 0.96 | 0.44 |
| Hex | DD | 5 | 85 | 0 | 62 | 28 | D | 144 | 60 | 2C |
| Octal | 335 | 5 | 205 | 0 | 142 | 50 | 15 | 504 | 140 | 54 |
| Binary | 11011101 | 101 | 10000101 | 0 | 1100010 | 101000 | 1101 | 101000100 | 1100000 | 101100 |
Color Harmonies of #DD0585
Complementary color
Monochromatic Colors of #DD0585
Black with #DD0585
Text Example
Text Example
White with #DD0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0585; }
p { color: rgb(221,5,133); }
H1.HeaderClassName
{
color: #DD0585;
}
.AnyTagClassName
{
color: #DD0585;
}
</style>
background-color css
<style>
a { background-color: #DD0585; }
a { background-color: rgb(221,5,133); }
div.DivClassName
{
background-color: #DD0585;
}
.BgClassName
{
background-color: #DD0585;
}
</style>
border-color css
<style>
span { border-color: #DD0585; }
span { border-color: rgb(221,5,133); }
td.TdClassName
{
border-color: #DD0585;
}
.TagClassName
{
border-color: #DD0585;
}
</style>