Shades of Medium Violet Red #D6119D
Tints of Medium Violet Red #D6119D
RGB
CMYK
RGB Variations
Color information
#D6119D (or 0xD6119D) is known color: Medium Violet Red. HEX triplet: D6, 11 and 9D. RGB value is (214,17,157). Sum of RGB (Red+Green+Blue) = 214+17+157=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6119D is #29EE62. Grayscale: #5B5B5B. Windows color (decimal): -2748003 or 10293718. OLE color: 10293718.
HSL color Cylindrical-coordinate representation of color #D6119D: hue angle of 317.36º 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 #D6119D is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 157 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.16 |
| HSL | 317.36º | 0.85% | 0.45% | - |
| HSV(B) | 317.36º | 0.92% | 0.84% | - |
| XYZ | 34.02 | 17.13 | 33.41 | - |
| YUV | 91.86 | 164.77 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 157 | 0 | 0.92 | 0.27 | 0.16 | 317.36 | 0.85 | 0.45 |
| Hex | D6 | 11 | 9D | 0 | 5C | 1B | 10 | 13D | 55 | 2D |
| Octal | 326 | 21 | 235 | 0 | 134 | 33 | 20 | 475 | 125 | 55 |
| Binary | 11010110 | 10001 | 10011101 | 0 | 1011100 | 11011 | 10000 | 100111101 | 1010101 | 101101 |
Color Harmonies of #D6119D
Complementary color
Monochromatic Colors of #D6119D
Black with #D6119D
Text Example
Text Example
White with #D6119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6119D; }
p { color: rgb(214,17,157); }
H1.HeaderClassName
{
color: #D6119D;
}
.AnyTagClassName
{
color: #D6119D;
}
</style>
background-color css
<style>
a { background-color: #D6119D; }
a { background-color: rgb(214,17,157); }
div.DivClassName
{
background-color: #D6119D;
}
.BgClassName
{
background-color: #D6119D;
}
</style>
border-color css
<style>
span { border-color: #D6119D; }
span { border-color: rgb(214,17,157); }
td.TdClassName
{
border-color: #D6119D;
}
.TagClassName
{
border-color: #D6119D;
}
</style>