Shades of Medium Violet Red #DD1195
Tints of Medium Violet Red #DD1195
RGB
CMYK
RGB Variations
Color information
#DD1195 (or 0xDD1195) is known color: Medium Violet Red. HEX triplet: DD, 11 and 95. RGB value is (221,17,149). Sum of RGB (Red+Green+Blue) = 221+17+149=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1195 is #22EE6A. Grayscale: #5C5C5C. Windows color (decimal): -2289259 or 9769437. OLE color: 9769437.
HSL color Cylindrical-coordinate representation of color #DD1195: hue angle of 321.18º 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 #DD1195 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 149 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.13 |
| HSL | 321.18º | 0.86% | 0.47% | - |
| HSV(B) | 321.18º | 0.92% | 0.87% | - |
| XYZ | 35.44 | 17.94 | 30.03 | - |
| YUV | 93.04 | 159.59 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 149 | 0 | 0.92 | 0.33 | 0.13 | 321.18 | 0.86 | 0.47 |
| Hex | DD | 11 | 95 | 0 | 5C | 21 | D | 141 | 56 | 2F |
| Octal | 335 | 21 | 225 | 0 | 134 | 41 | 15 | 501 | 126 | 57 |
| Binary | 11011101 | 10001 | 10010101 | 0 | 1011100 | 100001 | 1101 | 101000001 | 1010110 | 101111 |
Color Harmonies of #DD1195
Complementary color
Monochromatic Colors of #DD1195
Black with #DD1195
Text Example
Text Example
White with #DD1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1195; }
p { color: rgb(221,17,149); }
H1.HeaderClassName
{
color: #DD1195;
}
.AnyTagClassName
{
color: #DD1195;
}
</style>
background-color css
<style>
a { background-color: #DD1195; }
a { background-color: rgb(221,17,149); }
div.DivClassName
{
background-color: #DD1195;
}
.BgClassName
{
background-color: #DD1195;
}
</style>
border-color css
<style>
span { border-color: #DD1195; }
span { border-color: rgb(221,17,149); }
td.TdClassName
{
border-color: #DD1195;
}
.TagClassName
{
border-color: #DD1195;
}
</style>