Shades of Medium Violet Red #DF117E
Tints of Medium Violet Red #DF117E
RGB
CMYK
RGB Variations
Color information
#DF117E (or 0xDF117E) is known color: Medium Violet Red. HEX triplet: DF, 11 and 7E. RGB value is (223,17,126). Sum of RGB (Red+Green+Blue) = 223+17+126=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF117E is #20EE81. Grayscale: #5A5A5A. Windows color (decimal): -2158210 or 8262111. OLE color: 8262111.
HSL color Cylindrical-coordinate representation of color #DF117E: hue angle of 328.25º 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 #DF117E is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 126 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.13 |
| HSL | 328.25º | 0.86% | 0.47% | - |
| HSV(B) | 328.25º | 0.92% | 0.87% | - |
| XYZ | 34.4 | 17.6 | 21.32 | - |
| YUV | 91.02 | 147.75 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 126 | 0 | 0.92 | 0.43 | 0.13 | 328.25 | 0.86 | 0.47 |
| Hex | DF | 11 | 7E | 0 | 5C | 2B | D | 148 | 56 | 2F |
| Octal | 337 | 21 | 176 | 0 | 134 | 53 | 15 | 510 | 126 | 57 |
| Binary | 11011111 | 10001 | 1111110 | 0 | 1011100 | 101011 | 1101 | 101001000 | 1010110 | 101111 |
Color Harmonies of #DF117E
Complementary color
Monochromatic Colors of #DF117E
Black with #DF117E
Text Example
Text Example
White with #DF117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF117E; }
p { color: rgb(223,17,126); }
H1.HeaderClassName
{
color: #DF117E;
}
.AnyTagClassName
{
color: #DF117E;
}
</style>
background-color css
<style>
a { background-color: #DF117E; }
a { background-color: rgb(223,17,126); }
div.DivClassName
{
background-color: #DF117E;
}
.BgClassName
{
background-color: #DF117E;
}
</style>
border-color css
<style>
span { border-color: #DF117E; }
span { border-color: rgb(223,17,126); }
td.TdClassName
{
border-color: #DF117E;
}
.TagClassName
{
border-color: #DF117E;
}
</style>