Shades of Medium Violet Red #DD1185
Tints of Medium Violet Red #DD1185
RGB
CMYK
RGB Variations
Color information
#DD1185 (or 0xDD1185) is known color: Medium Violet Red. HEX triplet: DD, 11 and 85. RGB value is (221,17,133). Sum of RGB (Red+Green+Blue) = 221+17+133=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1185 is #22EE7A. Grayscale: #5A5A5A. Windows color (decimal): -2289275 or 8720861. OLE color: 8720861.
HSL color Cylindrical-coordinate representation of color #DD1185: hue angle of 325.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1185 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 133 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.13 |
| HSL | 325.88º | 0.86% | 0.47% | - |
| HSV(B) | 325.88º | 0.92% | 0.87% | - |
| XYZ | 34.25 | 17.47 | 23.76 | - |
| YUV | 91.22 | 151.59 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 133 | 0 | 0.92 | 0.40 | 0.13 | 325.88 | 0.86 | 0.47 |
| Hex | DD | 11 | 85 | 0 | 5C | 28 | D | 146 | 56 | 2F |
| Octal | 335 | 21 | 205 | 0 | 134 | 50 | 15 | 506 | 126 | 57 |
| Binary | 11011101 | 10001 | 10000101 | 0 | 1011100 | 101000 | 1101 | 101000110 | 1010110 | 101111 |
Color Harmonies of #DD1185
Complementary color
Monochromatic Colors of #DD1185
Black with #DD1185
Text Example
Text Example
White with #DD1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1185; }
p { color: rgb(221,17,133); }
H1.HeaderClassName
{
color: #DD1185;
}
.AnyTagClassName
{
color: #DD1185;
}
</style>
background-color css
<style>
a { background-color: #DD1185; }
a { background-color: rgb(221,17,133); }
div.DivClassName
{
background-color: #DD1185;
}
.BgClassName
{
background-color: #DD1185;
}
</style>
border-color css
<style>
span { border-color: #DD1185; }
span { border-color: rgb(221,17,133); }
td.TdClassName
{
border-color: #DD1185;
}
.TagClassName
{
border-color: #DD1185;
}
</style>