Shades of Medium Violet Red #DD0991
Tints of Medium Violet Red #DD0991
RGB
CMYK
RGB Variations
Color information
#DD0991 (or 0xDD0991) is known color: Medium Violet Red. HEX triplet: DD, 09 and 91. RGB value is (221,9,145). Sum of RGB (Red+Green+Blue) = 221+9+145=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0991 is #22F66E. Grayscale: #575757. Windows color (decimal): -2291311 or 9505245. OLE color: 9505245.
HSL color Cylindrical-coordinate representation of color #DD0991: hue angle of 321.51º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0991 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 145 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.13 |
| HSL | 321.51º | 0.92% | 0.45% | - |
| HSV(B) | 321.51º | 0.96% | 0.87% | - |
| XYZ | 35.03 | 17.61 | 28.34 | - |
| YUV | 87.89 | 160.24 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 145 | 0 | 0.96 | 0.34 | 0.13 | 321.51 | 0.92 | 0.45 |
| Hex | DD | 9 | 91 | 0 | 60 | 22 | D | 142 | 5C | 2D |
| Octal | 335 | 11 | 221 | 0 | 140 | 42 | 15 | 502 | 134 | 55 |
| Binary | 11011101 | 1001 | 10010001 | 0 | 1100000 | 100010 | 1101 | 101000010 | 1011100 | 101101 |
Color Harmonies of #DD0991
Complementary color
Monochromatic Colors of #DD0991
Black with #DD0991
Text Example
Text Example
White with #DD0991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0991; }
p { color: rgb(221,9,145); }
H1.HeaderClassName
{
color: #DD0991;
}
.AnyTagClassName
{
color: #DD0991;
}
</style>
background-color css
<style>
a { background-color: #DD0991; }
a { background-color: rgb(221,9,145); }
div.DivClassName
{
background-color: #DD0991;
}
.BgClassName
{
background-color: #DD0991;
}
</style>
border-color css
<style>
span { border-color: #DD0991; }
span { border-color: rgb(221,9,145); }
td.TdClassName
{
border-color: #DD0991;
}
.TagClassName
{
border-color: #DD0991;
}
</style>