Shades of Medium Violet Red #DD0584
Tints of Medium Violet Red #DD0584
RGB
CMYK
RGB Variations
Color information
#DD0584 (or 0xDD0584) is known color: Medium Violet Red. HEX triplet: DD, 05 and 84. RGB value is (221,5,132). Sum of RGB (Red+Green+Blue) = 221+5+132=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0584 is #22FA7B. Grayscale: #535353. Windows color (decimal): -2292348 or 8652253. OLE color: 8652253.
HSL color Cylindrical-coordinate representation of color #DD0584: hue angle of 324.72º 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 #DD0584 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.13 |
| HSL | 324.72º | 0.96% | 0.44% | - |
| HSV(B) | 324.72º | 0.98% | 0.87% | - |
| XYZ | 34.04 | 17.15 | 23.35 | - |
| YUV | 84.06 | 155.06 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 132 | 0 | 0.98 | 0.40 | 0.13 | 324.72 | 0.96 | 0.44 |
| Hex | DD | 5 | 84 | 0 | 62 | 28 | D | 145 | 60 | 2C |
| Octal | 335 | 5 | 204 | 0 | 142 | 50 | 15 | 505 | 140 | 54 |
| Binary | 11011101 | 101 | 10000100 | 0 | 1100010 | 101000 | 1101 | 101000101 | 1100000 | 101100 |
Color Harmonies of #DD0584
Complementary color
Monochromatic Colors of #DD0584
Black with #DD0584
Text Example
Text Example
White with #DD0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0584; }
p { color: rgb(221,5,132); }
H1.HeaderClassName
{
color: #DD0584;
}
.AnyTagClassName
{
color: #DD0584;
}
</style>
background-color css
<style>
a { background-color: #DD0584; }
a { background-color: rgb(221,5,132); }
div.DivClassName
{
background-color: #DD0584;
}
.BgClassName
{
background-color: #DD0584;
}
</style>
border-color css
<style>
span { border-color: #DD0584; }
span { border-color: rgb(221,5,132); }
td.TdClassName
{
border-color: #DD0584;
}
.TagClassName
{
border-color: #DD0584;
}
</style>