Shades of Medium Violet Red #D8137D
Tints of Medium Violet Red #D8137D
RGB
CMYK
RGB Variations
Color information
#D8137D (or 0xD8137D) is known color: Medium Violet Red. HEX triplet: D8, 13 and 7D. RGB value is (216,19,125). Sum of RGB (Red+Green+Blue) = 216+19+125=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8137D is #27EC82. Grayscale: #595959. Windows color (decimal): -2616451 or 8197080. OLE color: 8197080.
HSL color Cylindrical-coordinate representation of color #D8137D: hue angle of 327.72º 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 #D8137D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 125 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.15 |
| HSL | 327.72º | 0.84% | 0.46% | - |
| HSV(B) | 327.72º | 0.91% | 0.85% | - |
| XYZ | 32.25 | 16.55 | 20.9 | - |
| YUV | 89.99 | 147.77 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 125 | 0 | 0.91 | 0.42 | 0.15 | 327.72 | 0.84 | 0.46 |
| Hex | D8 | 13 | 7D | 0 | 5B | 2A | F | 148 | 54 | 2E |
| Octal | 330 | 23 | 175 | 0 | 133 | 52 | 17 | 510 | 124 | 56 |
| Binary | 11011000 | 10011 | 1111101 | 0 | 1011011 | 101010 | 1111 | 101001000 | 1010100 | 101110 |
Color Harmonies of #D8137D
Complementary color
Monochromatic Colors of #D8137D
Black with #D8137D
Text Example
Text Example
White with #D8137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8137D; }
p { color: rgb(216,19,125); }
H1.HeaderClassName
{
color: #D8137D;
}
.AnyTagClassName
{
color: #D8137D;
}
</style>
background-color css
<style>
a { background-color: #D8137D; }
a { background-color: rgb(216,19,125); }
div.DivClassName
{
background-color: #D8137D;
}
.BgClassName
{
background-color: #D8137D;
}
</style>
border-color css
<style>
span { border-color: #D8137D; }
span { border-color: rgb(216,19,125); }
td.TdClassName
{
border-color: #D8137D;
}
.TagClassName
{
border-color: #D8137D;
}
</style>