Shades of Medium Violet Red #DD1791
Tints of Medium Violet Red #DD1791
RGB
CMYK
RGB Variations
Color information
#DD1791 (or 0xDD1791) is known color: Medium Violet Red. HEX triplet: DD, 17 and 91. RGB value is (221,23,145). Sum of RGB (Red+Green+Blue) = 221+23+145=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1791 is #22E86E. Grayscale: #5F5F5F. Windows color (decimal): -2287727 or 9508829. OLE color: 9508829.
HSL color Cylindrical-coordinate representation of color #DD1791: hue angle of 323.03º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1791 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 145 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.13 |
| HSL | 323.03º | 0.81% | 0.48% | - |
| HSV(B) | 323.03º | 0.9% | 0.87% | - |
| XYZ | 35.24 | 18.03 | 28.41 | - |
| YUV | 96.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 145 | 0 | 0.90 | 0.34 | 0.13 | 323.03 | 0.81 | 0.48 |
| Hex | DD | 17 | 91 | 0 | 5A | 22 | D | 143 | 51 | 30 |
| Octal | 335 | 27 | 221 | 0 | 132 | 42 | 15 | 503 | 121 | 60 |
| Binary | 11011101 | 10111 | 10010001 | 0 | 1011010 | 100010 | 1101 | 101000011 | 1010001 | 110000 |
Color Harmonies of #DD1791
Complementary color
Monochromatic Colors of #DD1791
Black with #DD1791
Text Example
Text Example
White with #DD1791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1791; }
p { color: rgb(221,23,145); }
H1.HeaderClassName
{
color: #DD1791;
}
.AnyTagClassName
{
color: #DD1791;
}
</style>
background-color css
<style>
a { background-color: #DD1791; }
a { background-color: rgb(221,23,145); }
div.DivClassName
{
background-color: #DD1791;
}
.BgClassName
{
background-color: #DD1791;
}
</style>
border-color css
<style>
span { border-color: #DD1791; }
span { border-color: rgb(221,23,145); }
td.TdClassName
{
border-color: #DD1791;
}
.TagClassName
{
border-color: #DD1791;
}
</style>