Shades of Medium Violet Red #DD0589
Tints of Medium Violet Red #DD0589
RGB
CMYK
RGB Variations
Color information
#DD0589 (or 0xDD0589) is known color: Medium Violet Red. HEX triplet: DD, 05 and 89. RGB value is (221,5,137). Sum of RGB (Red+Green+Blue) = 221+5+137=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0589 is #22FA76. Grayscale: #545454. Windows color (decimal): -2292343 or 8979933. OLE color: 8979933.
HSL color Cylindrical-coordinate representation of color #DD0589: hue angle of 323.33º 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 #DD0589 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 137 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.13 |
| HSL | 323.33º | 0.96% | 0.44% | - |
| HSV(B) | 323.33º | 0.98% | 0.87% | - |
| XYZ | 34.39 | 17.29 | 25.19 | - |
| YUV | 84.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 137 | 0 | 0.98 | 0.38 | 0.13 | 323.33 | 0.96 | 0.44 |
| Hex | DD | 5 | 89 | 0 | 62 | 26 | D | 143 | 60 | 2C |
| Octal | 335 | 5 | 211 | 0 | 142 | 46 | 15 | 503 | 140 | 54 |
| Binary | 11011101 | 101 | 10001001 | 0 | 1100010 | 100110 | 1101 | 101000011 | 1100000 | 101100 |
Color Harmonies of #DD0589
Complementary color
Monochromatic Colors of #DD0589
Black with #DD0589
Text Example
Text Example
White with #DD0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0589; }
p { color: rgb(221,5,137); }
H1.HeaderClassName
{
color: #DD0589;
}
.AnyTagClassName
{
color: #DD0589;
}
</style>
background-color css
<style>
a { background-color: #DD0589; }
a { background-color: rgb(221,5,137); }
div.DivClassName
{
background-color: #DD0589;
}
.BgClassName
{
background-color: #DD0589;
}
</style>
border-color css
<style>
span { border-color: #DD0589; }
span { border-color: rgb(221,5,137); }
td.TdClassName
{
border-color: #DD0589;
}
.TagClassName
{
border-color: #DD0589;
}
</style>