Shades of Medium Violet Red #D1167E
Tints of Medium Violet Red #D1167E
RGB
CMYK
RGB Variations
Color information
#D1167E (or 0xD1167E) is known color: Medium Violet Red. HEX triplet: D1, 16 and 7E. RGB value is (209,22,126). Sum of RGB (Red+Green+Blue) = 209+22+126=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1167E is #2EE981. Grayscale: #595959. Windows color (decimal): -3074434 or 8263377. OLE color: 8263377.
HSL color Cylindrical-coordinate representation of color #D1167E: hue angle of 326.63º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1167E is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 126 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.18 |
| HSL | 326.63º | 0.81% | 0.45% | - |
| HSV(B) | 326.63º | 0.89% | 0.82% | - |
| XYZ | 30.35 | 15.64 | 21.16 | - |
| YUV | 89.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 126 | 0 | 0.89 | 0.40 | 0.18 | 326.63 | 0.81 | 0.45 |
| Hex | D1 | 16 | 7E | 0 | 59 | 28 | 12 | 147 | 51 | 2D |
| Octal | 321 | 26 | 176 | 0 | 131 | 50 | 22 | 507 | 121 | 55 |
| Binary | 11010001 | 10110 | 1111110 | 0 | 1011001 | 101000 | 10010 | 101000111 | 1010001 | 101101 |
Color Harmonies of #D1167E
Complementary color
Monochromatic Colors of #D1167E
Black with #D1167E
Text Example
Text Example
White with #D1167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1167E; }
p { color: rgb(209,22,126); }
H1.HeaderClassName
{
color: #D1167E;
}
.AnyTagClassName
{
color: #D1167E;
}
</style>
background-color css
<style>
a { background-color: #D1167E; }
a { background-color: rgb(209,22,126); }
div.DivClassName
{
background-color: #D1167E;
}
.BgClassName
{
background-color: #D1167E;
}
</style>
border-color css
<style>
span { border-color: #D1167E; }
span { border-color: rgb(209,22,126); }
td.TdClassName
{
border-color: #D1167E;
}
.TagClassName
{
border-color: #D1167E;
}
</style>