Shades of Medium Violet Red #DD1787
Tints of Medium Violet Red #DD1787
RGB
CMYK
RGB Variations
Color information
#DD1787 (or 0xDD1787) is known color: Medium Violet Red. HEX triplet: DD, 17 and 87. RGB value is (221,23,135). Sum of RGB (Red+Green+Blue) = 221+23+135=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1787 is #22E878. Grayscale: #5E5E5E. Windows color (decimal): -2287737 or 8853469. OLE color: 8853469.
HSL color Cylindrical-coordinate representation of color #DD1787: hue angle of 326.06º 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 #DD1787 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 135 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.13 |
| HSL | 326.06º | 0.81% | 0.48% | - |
| HSV(B) | 326.06º | 0.9% | 0.87% | - |
| XYZ | 34.5 | 17.73 | 24.53 | - |
| YUV | 94.97 | 150.6 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 135 | 0 | 0.90 | 0.39 | 0.13 | 326.06 | 0.81 | 0.48 |
| Hex | DD | 17 | 87 | 0 | 5A | 27 | D | 146 | 51 | 30 |
| Octal | 335 | 27 | 207 | 0 | 132 | 47 | 15 | 506 | 121 | 60 |
| Binary | 11011101 | 10111 | 10000111 | 0 | 1011010 | 100111 | 1101 | 101000110 | 1010001 | 110000 |
Color Harmonies of #DD1787
Complementary color
Monochromatic Colors of #DD1787
Black with #DD1787
Text Example
Text Example
White with #DD1787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1787; }
p { color: rgb(221,23,135); }
H1.HeaderClassName
{
color: #DD1787;
}
.AnyTagClassName
{
color: #DD1787;
}
</style>
background-color css
<style>
a { background-color: #DD1787; }
a { background-color: rgb(221,23,135); }
div.DivClassName
{
background-color: #DD1787;
}
.BgClassName
{
background-color: #DD1787;
}
</style>
border-color css
<style>
span { border-color: #DD1787; }
span { border-color: rgb(221,23,135); }
td.TdClassName
{
border-color: #DD1787;
}
.TagClassName
{
border-color: #DD1787;
}
</style>