Shades of Medium Violet Red #DD1587
Tints of Medium Violet Red #DD1587
RGB
CMYK
RGB Variations
Color information
#DD1587 (or 0xDD1587) is known color: Medium Violet Red. HEX triplet: DD, 15 and 87. RGB value is (221,21,135). Sum of RGB (Red+Green+Blue) = 221+21+135=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1587 is #22EA78. Grayscale: #5D5D5D. Windows color (decimal): -2288249 or 8852957. OLE color: 8852957.
HSL color Cylindrical-coordinate representation of color #DD1587: hue angle of 325.8º 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 #DD1587 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 135 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.13 |
| HSL | 325.8º | 0.83% | 0.47% | - |
| HSV(B) | 325.8º | 0.9% | 0.87% | - |
| XYZ | 34.46 | 17.66 | 24.51 | - |
| YUV | 93.8 | 151.26 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 135 | 0 | 0.90 | 0.39 | 0.13 | 325.8 | 0.83 | 0.47 |
| Hex | DD | 15 | 87 | 0 | 5A | 27 | D | 146 | 53 | 2F |
| Octal | 335 | 25 | 207 | 0 | 132 | 47 | 15 | 506 | 123 | 57 |
| Binary | 11011101 | 10101 | 10000111 | 0 | 1011010 | 100111 | 1101 | 101000110 | 1010011 | 101111 |
Color Harmonies of #DD1587
Complementary color
Monochromatic Colors of #DD1587
Black with #DD1587
Text Example
Text Example
White with #DD1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1587; }
p { color: rgb(221,21,135); }
H1.HeaderClassName
{
color: #DD1587;
}
.AnyTagClassName
{
color: #DD1587;
}
</style>
background-color css
<style>
a { background-color: #DD1587; }
a { background-color: rgb(221,21,135); }
div.DivClassName
{
background-color: #DD1587;
}
.BgClassName
{
background-color: #DD1587;
}
</style>
border-color css
<style>
span { border-color: #DD1587; }
span { border-color: rgb(221,21,135); }
td.TdClassName
{
border-color: #DD1587;
}
.TagClassName
{
border-color: #DD1587;
}
</style>