Shades of Medium Violet Red #DD0587
Tints of Medium Violet Red #DD0587
RGB
CMYK
RGB Variations
Color information
#DD0587 (or 0xDD0587) is known color: Medium Violet Red. HEX triplet: DD, 05 and 87. RGB value is (221,5,135). Sum of RGB (Red+Green+Blue) = 221+5+135=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0587 is #22FA78. Grayscale: #545454. Windows color (decimal): -2292345 or 8848861. OLE color: 8848861.
HSL color Cylindrical-coordinate representation of color #DD0587: hue angle of 323.89º 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 #DD0587 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 135 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.13 |
| HSL | 323.89º | 0.96% | 0.44% | - |
| HSV(B) | 323.89º | 0.98% | 0.87% | - |
| XYZ | 34.25 | 17.23 | 24.44 | - |
| YUV | 84.4 | 156.56 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 135 | 0 | 0.98 | 0.39 | 0.13 | 323.89 | 0.96 | 0.44 |
| Hex | DD | 5 | 87 | 0 | 62 | 27 | D | 144 | 60 | 2C |
| Octal | 335 | 5 | 207 | 0 | 142 | 47 | 15 | 504 | 140 | 54 |
| Binary | 11011101 | 101 | 10000111 | 0 | 1100010 | 100111 | 1101 | 101000100 | 1100000 | 101100 |
Color Harmonies of #DD0587
Complementary color
Monochromatic Colors of #DD0587
Black with #DD0587
Text Example
Text Example
White with #DD0587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0587; }
p { color: rgb(221,5,135); }
H1.HeaderClassName
{
color: #DD0587;
}
.AnyTagClassName
{
color: #DD0587;
}
</style>
background-color css
<style>
a { background-color: #DD0587; }
a { background-color: rgb(221,5,135); }
div.DivClassName
{
background-color: #DD0587;
}
.BgClassName
{
background-color: #DD0587;
}
</style>
border-color css
<style>
span { border-color: #DD0587; }
span { border-color: rgb(221,5,135); }
td.TdClassName
{
border-color: #DD0587;
}
.TagClassName
{
border-color: #DD0587;
}
</style>