Shades of Medium Violet Red #D6117D
Tints of Medium Violet Red #D6117D
RGB
CMYK
RGB Variations
Color information
#D6117D (or 0xD6117D) is known color: Medium Violet Red. HEX triplet: D6, 11 and 7D. RGB value is (214,17,125). Sum of RGB (Red+Green+Blue) = 214+17+125=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6117D is #29EE82. Grayscale: #575757. Windows color (decimal): -2748035 or 8196566. OLE color: 8196566.
HSL color Cylindrical-coordinate representation of color #D6117D: hue angle of 327.11º 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 #D6117D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 125 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.16 |
| HSL | 327.11º | 0.85% | 0.45% | - |
| HSV(B) | 327.11º | 0.92% | 0.84% | - |
| XYZ | 31.63 | 16.18 | 20.86 | - |
| YUV | 88.22 | 148.77 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 125 | 0 | 0.92 | 0.42 | 0.16 | 327.11 | 0.85 | 0.45 |
| Hex | D6 | 11 | 7D | 0 | 5C | 2A | 10 | 147 | 55 | 2D |
| Octal | 326 | 21 | 175 | 0 | 134 | 52 | 20 | 507 | 125 | 55 |
| Binary | 11010110 | 10001 | 1111101 | 0 | 1011100 | 101010 | 10000 | 101000111 | 1010101 | 101101 |
Color Harmonies of #D6117D
Complementary color
Monochromatic Colors of #D6117D
Black with #D6117D
Text Example
Text Example
White with #D6117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6117D; }
p { color: rgb(214,17,125); }
H1.HeaderClassName
{
color: #D6117D;
}
.AnyTagClassName
{
color: #D6117D;
}
</style>
background-color css
<style>
a { background-color: #D6117D; }
a { background-color: rgb(214,17,125); }
div.DivClassName
{
background-color: #D6117D;
}
.BgClassName
{
background-color: #D6117D;
}
</style>
border-color css
<style>
span { border-color: #D6117D; }
span { border-color: rgb(214,17,125); }
td.TdClassName
{
border-color: #D6117D;
}
.TagClassName
{
border-color: #D6117D;
}
</style>