Shades of Medium Violet Red #D9137D
Tints of Medium Violet Red #D9137D
RGB
CMYK
RGB Variations
Color information
#D9137D (or 0xD9137D) is known color: Medium Violet Red. HEX triplet: D9, 13 and 7D. RGB value is (217,19,125). Sum of RGB (Red+Green+Blue) = 217+19+125=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9137D is #26EC82. Grayscale: #5A5A5A. Windows color (decimal): -2550915 or 8197081. OLE color: 8197081.
HSL color Cylindrical-coordinate representation of color #D9137D: hue angle of 327.88º 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 #D9137D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 125 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.15 |
| HSL | 327.88º | 0.84% | 0.46% | - |
| HSV(B) | 327.88º | 0.91% | 0.85% | - |
| XYZ | 32.55 | 16.7 | 20.91 | - |
| YUV | 90.29 | 147.6 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 125 | 0 | 0.91 | 0.42 | 0.15 | 327.88 | 0.84 | 0.46 |
| Hex | D9 | 13 | 7D | 0 | 5B | 2A | F | 148 | 54 | 2E |
| Octal | 331 | 23 | 175 | 0 | 133 | 52 | 17 | 510 | 124 | 56 |
| Binary | 11011001 | 10011 | 1111101 | 0 | 1011011 | 101010 | 1111 | 101001000 | 1010100 | 101110 |
Color Harmonies of #D9137D
Complementary color
Monochromatic Colors of #D9137D
Black with #D9137D
Text Example
Text Example
White with #D9137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9137D; }
p { color: rgb(217,19,125); }
H1.HeaderClassName
{
color: #D9137D;
}
.AnyTagClassName
{
color: #D9137D;
}
</style>
background-color css
<style>
a { background-color: #D9137D; }
a { background-color: rgb(217,19,125); }
div.DivClassName
{
background-color: #D9137D;
}
.BgClassName
{
background-color: #D9137D;
}
</style>
border-color css
<style>
span { border-color: #D9137D; }
span { border-color: rgb(217,19,125); }
td.TdClassName
{
border-color: #D9137D;
}
.TagClassName
{
border-color: #D9137D;
}
</style>