Shades of Medium Violet Red #DF117B
Tints of Medium Violet Red #DF117B
RGB
CMYK
RGB Variations
Color information
#DF117B (or 0xDF117B) is known color: Medium Violet Red. HEX triplet: DF, 11 and 7B. RGB value is (223,17,123). Sum of RGB (Red+Green+Blue) = 223+17+123=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF117B is #20EE84. Grayscale: #5A5A5A. Windows color (decimal): -2158213 or 8065503. OLE color: 8065503.
HSL color Cylindrical-coordinate representation of color #DF117B: hue angle of 329.13º 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 #DF117B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 123 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.13 |
| HSL | 329.13º | 0.86% | 0.47% | - |
| HSV(B) | 329.13º | 0.92% | 0.87% | - |
| XYZ | 34.21 | 17.52 | 20.32 | - |
| YUV | 90.68 | 146.25 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 123 | 0 | 0.92 | 0.45 | 0.13 | 329.13 | 0.86 | 0.47 |
| Hex | DF | 11 | 7B | 0 | 5C | 2D | D | 149 | 56 | 2F |
| Octal | 337 | 21 | 173 | 0 | 134 | 55 | 15 | 511 | 126 | 57 |
| Binary | 11011111 | 10001 | 1111011 | 0 | 1011100 | 101101 | 1101 | 101001001 | 1010110 | 101111 |
Color Harmonies of #DF117B
Complementary color
Monochromatic Colors of #DF117B
Black with #DF117B
Text Example
Text Example
White with #DF117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF117B; }
p { color: rgb(223,17,123); }
H1.HeaderClassName
{
color: #DF117B;
}
.AnyTagClassName
{
color: #DF117B;
}
</style>
background-color css
<style>
a { background-color: #DF117B; }
a { background-color: rgb(223,17,123); }
div.DivClassName
{
background-color: #DF117B;
}
.BgClassName
{
background-color: #DF117B;
}
</style>
border-color css
<style>
span { border-color: #DF117B; }
span { border-color: rgb(223,17,123); }
td.TdClassName
{
border-color: #DF117B;
}
.TagClassName
{
border-color: #DF117B;
}
</style>