Shades of Medium Violet Red #DD1197
Tints of Medium Violet Red #DD1197
RGB
CMYK
RGB Variations
Color information
#DD1197 (or 0xDD1197) is known color: Medium Violet Red. HEX triplet: DD, 11 and 97. RGB value is (221,17,151). Sum of RGB (Red+Green+Blue) = 221+17+151=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1197 is #22EE68. Grayscale: #5C5C5C. Windows color (decimal): -2289257 or 9900509. OLE color: 9900509.
HSL color Cylindrical-coordinate representation of color #DD1197: hue angle of 320.59º 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 #DD1197 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 151 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.13 |
| HSL | 320.59º | 0.86% | 0.47% | - |
| HSV(B) | 320.59º | 0.92% | 0.87% | - |
| XYZ | 35.61 | 18.01 | 30.88 | - |
| YUV | 93.27 | 160.59 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 151 | 0 | 0.92 | 0.32 | 0.13 | 320.59 | 0.86 | 0.47 |
| Hex | DD | 11 | 97 | 0 | 5C | 20 | D | 141 | 56 | 2F |
| Octal | 335 | 21 | 227 | 0 | 134 | 40 | 15 | 501 | 126 | 57 |
| Binary | 11011101 | 10001 | 10010111 | 0 | 1011100 | 100000 | 1101 | 101000001 | 1010110 | 101111 |
Color Harmonies of #DD1197
Complementary color
Monochromatic Colors of #DD1197
Black with #DD1197
Text Example
Text Example
White with #DD1197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1197; }
p { color: rgb(221,17,151); }
H1.HeaderClassName
{
color: #DD1197;
}
.AnyTagClassName
{
color: #DD1197;
}
</style>
background-color css
<style>
a { background-color: #DD1197; }
a { background-color: rgb(221,17,151); }
div.DivClassName
{
background-color: #DD1197;
}
.BgClassName
{
background-color: #DD1197;
}
</style>
border-color css
<style>
span { border-color: #DD1197; }
span { border-color: rgb(221,17,151); }
td.TdClassName
{
border-color: #DD1197;
}
.TagClassName
{
border-color: #DD1197;
}
</style>