Shades of Medium Violet Red #D9117E
Tints of Medium Violet Red #D9117E
RGB
CMYK
RGB Variations
Color information
#D9117E (or 0xD9117E) is known color: Medium Violet Red. HEX triplet: D9, 11 and 7E. RGB value is (217,17,126). Sum of RGB (Red+Green+Blue) = 217+17+126=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9117E is #26EE81. Grayscale: #585858. Windows color (decimal): -2551426 or 8262105. OLE color: 8262105.
HSL color Cylindrical-coordinate representation of color #D9117E: hue angle of 327.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9117E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 126 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.15 |
| HSL | 327.3º | 0.85% | 0.46% | - |
| HSV(B) | 327.3º | 0.92% | 0.85% | - |
| XYZ | 32.58 | 16.66 | 21.24 | - |
| YUV | 89.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 126 | 0 | 0.92 | 0.42 | 0.15 | 327.3 | 0.85 | 0.46 |
| Hex | D9 | 11 | 7E | 0 | 5C | 2A | F | 147 | 55 | 2E |
| Octal | 331 | 21 | 176 | 0 | 134 | 52 | 17 | 507 | 125 | 56 |
| Binary | 11011001 | 10001 | 1111110 | 0 | 1011100 | 101010 | 1111 | 101000111 | 1010101 | 101110 |
Color Harmonies of #D9117E
Complementary color
Monochromatic Colors of #D9117E
Black with #D9117E
Text Example
Text Example
White with #D9117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9117E; }
p { color: rgb(217,17,126); }
H1.HeaderClassName
{
color: #D9117E;
}
.AnyTagClassName
{
color: #D9117E;
}
</style>
background-color css
<style>
a { background-color: #D9117E; }
a { background-color: rgb(217,17,126); }
div.DivClassName
{
background-color: #D9117E;
}
.BgClassName
{
background-color: #D9117E;
}
</style>
border-color css
<style>
span { border-color: #D9117E; }
span { border-color: rgb(217,17,126); }
td.TdClassName
{
border-color: #D9117E;
}
.TagClassName
{
border-color: #D9117E;
}
</style>