Shades of Medium Violet Red #DD1584
Tints of Medium Violet Red #DD1584
RGB
CMYK
RGB Variations
Color information
#DD1584 (or 0xDD1584) is known color: Medium Violet Red. HEX triplet: DD, 15 and 84. RGB value is (221,21,132). Sum of RGB (Red+Green+Blue) = 221+21+132=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1584 is #22EA7B. Grayscale: #5D5D5D. Windows color (decimal): -2288252 or 8656349. OLE color: 8656349.
HSL color Cylindrical-coordinate representation of color #DD1584: hue angle of 326.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1584 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 132 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.13 |
| HSL | 326.7º | 0.83% | 0.47% | - |
| HSV(B) | 326.7º | 0.9% | 0.87% | - |
| XYZ | 34.25 | 17.57 | 23.42 | - |
| YUV | 93.45 | 149.76 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 132 | 0 | 0.90 | 0.40 | 0.13 | 326.7 | 0.83 | 0.47 |
| Hex | DD | 15 | 84 | 0 | 5A | 28 | D | 147 | 53 | 2F |
| Octal | 335 | 25 | 204 | 0 | 132 | 50 | 15 | 507 | 123 | 57 |
| Binary | 11011101 | 10101 | 10000100 | 0 | 1011010 | 101000 | 1101 | 101000111 | 1010011 | 101111 |
Color Harmonies of #DD1584
Complementary color
Monochromatic Colors of #DD1584
Black with #DD1584
Text Example
Text Example
White with #DD1584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1584; }
p { color: rgb(221,21,132); }
H1.HeaderClassName
{
color: #DD1584;
}
.AnyTagClassName
{
color: #DD1584;
}
</style>
background-color css
<style>
a { background-color: #DD1584; }
a { background-color: rgb(221,21,132); }
div.DivClassName
{
background-color: #DD1584;
}
.BgClassName
{
background-color: #DD1584;
}
</style>
border-color css
<style>
span { border-color: #DD1584; }
span { border-color: rgb(221,21,132); }
td.TdClassName
{
border-color: #DD1584;
}
.TagClassName
{
border-color: #DD1584;
}
</style>