Shades of Medium Violet Red #D6117C
Tints of Medium Violet Red #D6117C
RGB
CMYK
RGB Variations
Color information
#D6117C (or 0xD6117C) is known color: Medium Violet Red. HEX triplet: D6, 11 and 7C. RGB value is (214,17,124). Sum of RGB (Red+Green+Blue) = 214+17+124=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6117C is #29EE83. Grayscale: #575757. Windows color (decimal): -2748036 or 8131030. OLE color: 8131030.
HSL color Cylindrical-coordinate representation of color #D6117C: hue angle of 327.41º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6117C is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 124 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.16 |
| HSL | 327.41º | 0.85% | 0.45% | - |
| HSV(B) | 327.41º | 0.92% | 0.84% | - |
| XYZ | 31.57 | 16.15 | 20.52 | - |
| YUV | 88.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 124 | 0 | 0.92 | 0.42 | 0.16 | 327.41 | 0.85 | 0.45 |
| Hex | D6 | 11 | 7C | 0 | 5C | 2A | 10 | 147 | 55 | 2D |
| Octal | 326 | 21 | 174 | 0 | 134 | 52 | 20 | 507 | 125 | 55 |
| Binary | 11010110 | 10001 | 1111100 | 0 | 1011100 | 101010 | 10000 | 101000111 | 1010101 | 101101 |
Color Harmonies of #D6117C
Complementary color
Monochromatic Colors of #D6117C
Black with #D6117C
Text Example
Text Example
White with #D6117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6117C; }
p { color: rgb(214,17,124); }
H1.HeaderClassName
{
color: #D6117C;
}
.AnyTagClassName
{
color: #D6117C;
}
</style>
background-color css
<style>
a { background-color: #D6117C; }
a { background-color: rgb(214,17,124); }
div.DivClassName
{
background-color: #D6117C;
}
.BgClassName
{
background-color: #D6117C;
}
</style>
border-color css
<style>
span { border-color: #D6117C; }
span { border-color: rgb(214,17,124); }
td.TdClassName
{
border-color: #D6117C;
}
.TagClassName
{
border-color: #D6117C;
}
</style>