Shades of Medium Violet Red #D1107E
Tints of Medium Violet Red #D1107E
RGB
CMYK
RGB Variations
Color information
#D1107E (or 0xD1107E) is known color: Medium Violet Red. HEX triplet: D1, 10 and 7E. RGB value is (209,16,126). Sum of RGB (Red+Green+Blue) = 209+16+126=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1107E is #2EEF81. Grayscale: #565656. Windows color (decimal): -3075970 or 8261841. OLE color: 8261841.
HSL color Cylindrical-coordinate representation of color #D1107E: hue angle of 325.8º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1107E is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 126 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.18 |
| HSL | 325.8º | 0.86% | 0.44% | - |
| HSV(B) | 325.8º | 0.92% | 0.82% | - |
| XYZ | 30.25 | 15.43 | 21.12 | - |
| YUV | 86.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 126 | 0 | 0.92 | 0.40 | 0.18 | 325.8 | 0.86 | 0.44 |
| Hex | D1 | 10 | 7E | 0 | 5C | 28 | 12 | 146 | 56 | 2C |
| Octal | 321 | 20 | 176 | 0 | 134 | 50 | 22 | 506 | 126 | 54 |
| Binary | 11010001 | 10000 | 1111110 | 0 | 1011100 | 101000 | 10010 | 101000110 | 1010110 | 101100 |
Color Harmonies of #D1107E
Complementary color
Monochromatic Colors of #D1107E
Black with #D1107E
Text Example
Text Example
White with #D1107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1107E; }
p { color: rgb(209,16,126); }
H1.HeaderClassName
{
color: #D1107E;
}
.AnyTagClassName
{
color: #D1107E;
}
</style>
background-color css
<style>
a { background-color: #D1107E; }
a { background-color: rgb(209,16,126); }
div.DivClassName
{
background-color: #D1107E;
}
.BgClassName
{
background-color: #D1107E;
}
</style>
border-color css
<style>
span { border-color: #D1107E; }
span { border-color: rgb(209,16,126); }
td.TdClassName
{
border-color: #D1107E;
}
.TagClassName
{
border-color: #D1107E;
}
</style>