Shades of Medium Violet Red #D8139B
Tints of Medium Violet Red #D8139B
RGB
CMYK
RGB Variations
Color information
#D8139B (or 0xD8139B) is known color: Medium Violet Red. HEX triplet: D8, 13 and 9B. RGB value is (216,19,155). Sum of RGB (Red+Green+Blue) = 216+19+155=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8139B is #27EC64. Grayscale: #5D5D5D. Windows color (decimal): -2616421 or 10163160. OLE color: 10163160.
HSL color Cylindrical-coordinate representation of color #D8139B: hue angle of 318.58º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8139B is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 155 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.15 |
| HSL | 318.58º | 0.84% | 0.46% | - |
| HSV(B) | 318.58º | 0.91% | 0.85% | - |
| XYZ | 34.47 | 17.43 | 32.56 | - |
| YUV | 93.41 | 162.77 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 155 | 0 | 0.91 | 0.28 | 0.15 | 318.58 | 0.84 | 0.46 |
| Hex | D8 | 13 | 9B | 0 | 5B | 1C | F | 13F | 54 | 2E |
| Octal | 330 | 23 | 233 | 0 | 133 | 34 | 17 | 477 | 124 | 56 |
| Binary | 11011000 | 10011 | 10011011 | 0 | 1011011 | 11100 | 1111 | 100111111 | 1010100 | 101110 |
Color Harmonies of #D8139B
Complementary color
Monochromatic Colors of #D8139B
Black with #D8139B
Text Example
Text Example
White with #D8139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8139B; }
p { color: rgb(216,19,155); }
H1.HeaderClassName
{
color: #D8139B;
}
.AnyTagClassName
{
color: #D8139B;
}
</style>
background-color css
<style>
a { background-color: #D8139B; }
a { background-color: rgb(216,19,155); }
div.DivClassName
{
background-color: #D8139B;
}
.BgClassName
{
background-color: #D8139B;
}
</style>
border-color css
<style>
span { border-color: #D8139B; }
span { border-color: rgb(216,19,155); }
td.TdClassName
{
border-color: #D8139B;
}
.TagClassName
{
border-color: #D8139B;
}
</style>