Shades of Medium Violet Red #D6139C
Tints of Medium Violet Red #D6139C
RGB
CMYK
RGB Variations
Color information
#D6139C (or 0xD6139C) is known color: Medium Violet Red. HEX triplet: D6, 13 and 9C. RGB value is (214,19,156). Sum of RGB (Red+Green+Blue) = 214+19+156=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6139C is #29EC63. Grayscale: #5C5C5C. Windows color (decimal): -2747492 or 10228694. OLE color: 10228694.
HSL color Cylindrical-coordinate representation of color #D6139C: hue angle of 317.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6139C is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 156 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.16 |
| HSL | 317.85º | 0.84% | 0.46% | - |
| HSV(B) | 317.85º | 0.91% | 0.84% | - |
| XYZ | 33.97 | 17.16 | 32.97 | - |
| YUV | 92.92 | 163.6 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 156 | 0 | 0.91 | 0.27 | 0.16 | 317.85 | 0.84 | 0.46 |
| Hex | D6 | 13 | 9C | 0 | 5B | 1B | 10 | 13E | 54 | 2E |
| Octal | 326 | 23 | 234 | 0 | 133 | 33 | 20 | 476 | 124 | 56 |
| Binary | 11010110 | 10011 | 10011100 | 0 | 1011011 | 11011 | 10000 | 100111110 | 1010100 | 101110 |
Color Harmonies of #D6139C
Complementary color
Monochromatic Colors of #D6139C
Black with #D6139C
Text Example
Text Example
White with #D6139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6139C; }
p { color: rgb(214,19,156); }
H1.HeaderClassName
{
color: #D6139C;
}
.AnyTagClassName
{
color: #D6139C;
}
</style>
background-color css
<style>
a { background-color: #D6139C; }
a { background-color: rgb(214,19,156); }
div.DivClassName
{
background-color: #D6139C;
}
.BgClassName
{
background-color: #D6139C;
}
</style>
border-color css
<style>
span { border-color: #D6139C; }
span { border-color: rgb(214,19,156); }
td.TdClassName
{
border-color: #D6139C;
}
.TagClassName
{
border-color: #D6139C;
}
</style>