Shades of Medium Violet Red #D7139B
Tints of Medium Violet Red #D7139B
RGB
CMYK
RGB Variations
Color information
#D7139B (or 0xD7139B) is known color: Medium Violet Red. HEX triplet: D7, 13 and 9B. RGB value is (215,19,155). Sum of RGB (Red+Green+Blue) = 215+19+155=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7139B is #28EC64. Grayscale: #5C5C5C. Windows color (decimal): -2681957 or 10163159. OLE color: 10163159.
HSL color Cylindrical-coordinate representation of color #D7139B: hue angle of 318.37º 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 #D7139B is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 155 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.16 |
| HSL | 318.37º | 0.84% | 0.46% | - |
| HSV(B) | 318.37º | 0.91% | 0.84% | - |
| XYZ | 34.17 | 17.28 | 32.54 | - |
| YUV | 93.11 | 162.93 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 155 | 0 | 0.91 | 0.28 | 0.16 | 318.37 | 0.84 | 0.46 |
| Hex | D7 | 13 | 9B | 0 | 5B | 1C | 10 | 13E | 54 | 2E |
| Octal | 327 | 23 | 233 | 0 | 133 | 34 | 20 | 476 | 124 | 56 |
| Binary | 11010111 | 10011 | 10011011 | 0 | 1011011 | 11100 | 10000 | 100111110 | 1010100 | 101110 |
Color Harmonies of #D7139B
Complementary color
Monochromatic Colors of #D7139B
Black with #D7139B
Text Example
Text Example
White with #D7139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7139B; }
p { color: rgb(215,19,155); }
H1.HeaderClassName
{
color: #D7139B;
}
.AnyTagClassName
{
color: #D7139B;
}
</style>
background-color css
<style>
a { background-color: #D7139B; }
a { background-color: rgb(215,19,155); }
div.DivClassName
{
background-color: #D7139B;
}
.BgClassName
{
background-color: #D7139B;
}
</style>
border-color css
<style>
span { border-color: #D7139B; }
span { border-color: rgb(215,19,155); }
td.TdClassName
{
border-color: #D7139B;
}
.TagClassName
{
border-color: #D7139B;
}
</style>