Shades of Medium Violet Red #D7139D
Tints of Medium Violet Red #D7139D
RGB
CMYK
RGB Variations
Color information
#D7139D (or 0xD7139D) is known color: Medium Violet Red. HEX triplet: D7, 13 and 9D. RGB value is (215,19,157). Sum of RGB (Red+Green+Blue) = 215+19+157=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7139D is #28EC62. Grayscale: #5C5C5C. Windows color (decimal): -2681955 or 10294231. OLE color: 10294231.
HSL color Cylindrical-coordinate representation of color #D7139D: hue angle of 317.76º 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 #D7139D is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 157 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.16 |
| HSL | 317.76º | 0.84% | 0.46% | - |
| HSV(B) | 317.76º | 0.91% | 0.84% | - |
| XYZ | 34.34 | 17.35 | 33.44 | - |
| YUV | 93.34 | 163.93 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 157 | 0 | 0.91 | 0.27 | 0.16 | 317.76 | 0.84 | 0.46 |
| Hex | D7 | 13 | 9D | 0 | 5B | 1B | 10 | 13E | 54 | 2E |
| Octal | 327 | 23 | 235 | 0 | 133 | 33 | 20 | 476 | 124 | 56 |
| Binary | 11010111 | 10011 | 10011101 | 0 | 1011011 | 11011 | 10000 | 100111110 | 1010100 | 101110 |
Color Harmonies of #D7139D
Complementary color
Monochromatic Colors of #D7139D
Black with #D7139D
Text Example
Text Example
White with #D7139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7139D; }
p { color: rgb(215,19,157); }
H1.HeaderClassName
{
color: #D7139D;
}
.AnyTagClassName
{
color: #D7139D;
}
</style>
background-color css
<style>
a { background-color: #D7139D; }
a { background-color: rgb(215,19,157); }
div.DivClassName
{
background-color: #D7139D;
}
.BgClassName
{
background-color: #D7139D;
}
</style>
border-color css
<style>
span { border-color: #D7139D; }
span { border-color: rgb(215,19,157); }
td.TdClassName
{
border-color: #D7139D;
}
.TagClassName
{
border-color: #D7139D;
}
</style>