Shades of Medium Violet Red #DD117F
Tints of Medium Violet Red #DD117F
RGB
CMYK
RGB Variations
Color information
#DD117F (or 0xDD117F) is known color: Medium Violet Red. HEX triplet: DD, 11 and 7F. RGB value is (221,17,127). Sum of RGB (Red+Green+Blue) = 221+17+127=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD117F is #22EE80. Grayscale: #5A5A5A. Windows color (decimal): -2289281 or 8327645. OLE color: 8327645.
HSL color Cylindrical-coordinate representation of color #DD117F: hue angle of 327.65º 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 #DD117F is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 127 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.13 |
| HSL | 327.65º | 0.86% | 0.47% | - |
| HSV(B) | 327.65º | 0.92% | 0.87% | - |
| XYZ | 33.85 | 17.31 | 21.63 | - |
| YUV | 90.54 | 148.59 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 127 | 0 | 0.92 | 0.43 | 0.13 | 327.65 | 0.86 | 0.47 |
| Hex | DD | 11 | 7F | 0 | 5C | 2B | D | 148 | 56 | 2F |
| Octal | 335 | 21 | 177 | 0 | 134 | 53 | 15 | 510 | 126 | 57 |
| Binary | 11011101 | 10001 | 1111111 | 0 | 1011100 | 101011 | 1101 | 101001000 | 1010110 | 101111 |
Color Harmonies of #DD117F
Complementary color
Monochromatic Colors of #DD117F
Black with #DD117F
Text Example
Text Example
White with #DD117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD117F; }
p { color: rgb(221,17,127); }
H1.HeaderClassName
{
color: #DD117F;
}
.AnyTagClassName
{
color: #DD117F;
}
</style>
background-color css
<style>
a { background-color: #DD117F; }
a { background-color: rgb(221,17,127); }
div.DivClassName
{
background-color: #DD117F;
}
.BgClassName
{
background-color: #DD117F;
}
</style>
border-color css
<style>
span { border-color: #DD117F; }
span { border-color: rgb(221,17,127); }
td.TdClassName
{
border-color: #DD117F;
}
.TagClassName
{
border-color: #DD117F;
}
</style>