Shades of Medium Violet Red #D6119C
Tints of Medium Violet Red #D6119C
RGB
CMYK
RGB Variations
Color information
#D6119C (or 0xD6119C) is known color: Medium Violet Red. HEX triplet: D6, 11 and 9C. RGB value is (214,17,156). Sum of RGB (Red+Green+Blue) = 214+17+156=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6119C is #29EE63. Grayscale: #5B5B5B. Windows color (decimal): -2748004 or 10228182. OLE color: 10228182.
HSL color Cylindrical-coordinate representation of color #D6119C: hue angle of 317.66º 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 #D6119C is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 156 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.16 |
| HSL | 317.67º | 0.85% | 0.45% | - |
| HSV(B) | 317.67º | 0.92% | 0.84% | - |
| XYZ | 33.93 | 17.1 | 32.96 | - |
| YUV | 91.75 | 164.27 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 156 | 0 | 0.92 | 0.27 | 0.16 | 317.67 | 0.85 | 0.45 |
| Hex | D6 | 11 | 9C | 0 | 5C | 1B | 10 | 13E | 55 | 2D |
| Octal | 326 | 21 | 234 | 0 | 134 | 33 | 20 | 476 | 125 | 55 |
| Binary | 11010110 | 10001 | 10011100 | 0 | 1011100 | 11011 | 10000 | 100111110 | 1010101 | 101101 |
Color Harmonies of #D6119C
Complementary color
Monochromatic Colors of #D6119C
Black with #D6119C
Text Example
Text Example
White with #D6119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6119C; }
p { color: rgb(214,17,156); }
H1.HeaderClassName
{
color: #D6119C;
}
.AnyTagClassName
{
color: #D6119C;
}
</style>
background-color css
<style>
a { background-color: #D6119C; }
a { background-color: rgb(214,17,156); }
div.DivClassName
{
background-color: #D6119C;
}
.BgClassName
{
background-color: #D6119C;
}
</style>
border-color css
<style>
span { border-color: #D6119C; }
span { border-color: rgb(214,17,156); }
td.TdClassName
{
border-color: #D6119C;
}
.TagClassName
{
border-color: #D6119C;
}
</style>