Shades of Medium Violet Red #DD1784
Tints of Medium Violet Red #DD1784
RGB
CMYK
RGB Variations
Color information
#DD1784 (or 0xDD1784) is known color: Medium Violet Red. HEX triplet: DD, 17 and 84. RGB value is (221,23,132). Sum of RGB (Red+Green+Blue) = 221+23+132=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1784 is #22E87B. Grayscale: #5E5E5E. Windows color (decimal): -2287740 or 8656861. OLE color: 8656861.
HSL color Cylindrical-coordinate representation of color #DD1784: hue angle of 326.97º 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 #DD1784 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 132 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.13 |
| HSL | 326.97º | 0.81% | 0.48% | - |
| HSV(B) | 326.97º | 0.9% | 0.87% | - |
| XYZ | 34.29 | 17.65 | 23.43 | - |
| YUV | 94.63 | 149.1 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 132 | 0 | 0.90 | 0.40 | 0.13 | 326.97 | 0.81 | 0.48 |
| Hex | DD | 17 | 84 | 0 | 5A | 28 | D | 147 | 51 | 30 |
| Octal | 335 | 27 | 204 | 0 | 132 | 50 | 15 | 507 | 121 | 60 |
| Binary | 11011101 | 10111 | 10000100 | 0 | 1011010 | 101000 | 1101 | 101000111 | 1010001 | 110000 |
Color Harmonies of #DD1784
Complementary color
Monochromatic Colors of #DD1784
Black with #DD1784
Text Example
Text Example
White with #DD1784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1784; }
p { color: rgb(221,23,132); }
H1.HeaderClassName
{
color: #DD1784;
}
.AnyTagClassName
{
color: #DD1784;
}
</style>
background-color css
<style>
a { background-color: #DD1784; }
a { background-color: rgb(221,23,132); }
div.DivClassName
{
background-color: #DD1784;
}
.BgClassName
{
background-color: #DD1784;
}
</style>
border-color css
<style>
span { border-color: #DD1784; }
span { border-color: rgb(221,23,132); }
td.TdClassName
{
border-color: #DD1784;
}
.TagClassName
{
border-color: #DD1784;
}
</style>