Shades of Medium Violet Red #D9137A
Tints of Medium Violet Red #D9137A
RGB
CMYK
RGB Variations
Color information
#D9137A (or 0xD9137A) is known color: Medium Violet Red. HEX triplet: D9, 13 and 7A. RGB value is (217,19,122). Sum of RGB (Red+Green+Blue) = 217+19+122=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9137A is #26EC85. Grayscale: #595959. Windows color (decimal): -2550918 or 8000473. OLE color: 8000473.
HSL color Cylindrical-coordinate representation of color #D9137A: hue angle of 328.79º 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 #D9137A is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 122 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.15 |
| HSL | 328.79º | 0.84% | 0.46% | - |
| HSV(B) | 328.79º | 0.91% | 0.85% | - |
| XYZ | 32.36 | 16.62 | 19.92 | - |
| YUV | 89.94 | 146.1 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 122 | 0 | 0.91 | 0.44 | 0.15 | 328.79 | 0.84 | 0.46 |
| Hex | D9 | 13 | 7A | 0 | 5B | 2C | F | 149 | 54 | 2E |
| Octal | 331 | 23 | 172 | 0 | 133 | 54 | 17 | 511 | 124 | 56 |
| Binary | 11011001 | 10011 | 1111010 | 0 | 1011011 | 101100 | 1111 | 101001001 | 1010100 | 101110 |
Color Harmonies of #D9137A
Complementary color
Monochromatic Colors of #D9137A
Black with #D9137A
Text Example
Text Example
White with #D9137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9137A; }
p { color: rgb(217,19,122); }
H1.HeaderClassName
{
color: #D9137A;
}
.AnyTagClassName
{
color: #D9137A;
}
</style>
background-color css
<style>
a { background-color: #D9137A; }
a { background-color: rgb(217,19,122); }
div.DivClassName
{
background-color: #D9137A;
}
.BgClassName
{
background-color: #D9137A;
}
</style>
border-color css
<style>
span { border-color: #D9137A; }
span { border-color: rgb(217,19,122); }
td.TdClassName
{
border-color: #D9137A;
}
.TagClassName
{
border-color: #D9137A;
}
</style>