Shades of Medium Violet Red #D9137B
Tints of Medium Violet Red #D9137B
RGB
CMYK
RGB Variations
Color information
#D9137B (or 0xD9137B) is known color: Medium Violet Red. HEX triplet: D9, 13 and 7B. RGB value is (217,19,123). Sum of RGB (Red+Green+Blue) = 217+19+123=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9137B is #26EC84. Grayscale: #595959. Windows color (decimal): -2550917 or 8066009. OLE color: 8066009.
HSL color Cylindrical-coordinate representation of color #D9137B: hue angle of 328.48º 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 #D9137B is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 123 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.15 |
| HSL | 328.48º | 0.84% | 0.46% | - |
| HSV(B) | 328.48º | 0.91% | 0.85% | - |
| XYZ | 32.42 | 16.65 | 20.24 | - |
| YUV | 90.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 123 | 0 | 0.91 | 0.43 | 0.15 | 328.48 | 0.84 | 0.46 |
| Hex | D9 | 13 | 7B | 0 | 5B | 2B | F | 148 | 54 | 2E |
| Octal | 331 | 23 | 173 | 0 | 133 | 53 | 17 | 510 | 124 | 56 |
| Binary | 11011001 | 10011 | 1111011 | 0 | 1011011 | 101011 | 1111 | 101001000 | 1010100 | 101110 |
Color Harmonies of #D9137B
Complementary color
Monochromatic Colors of #D9137B
Black with #D9137B
Text Example
Text Example
White with #D9137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9137B; }
p { color: rgb(217,19,123); }
H1.HeaderClassName
{
color: #D9137B;
}
.AnyTagClassName
{
color: #D9137B;
}
</style>
background-color css
<style>
a { background-color: #D9137B; }
a { background-color: rgb(217,19,123); }
div.DivClassName
{
background-color: #D9137B;
}
.BgClassName
{
background-color: #D9137B;
}
</style>
border-color css
<style>
span { border-color: #D9137B; }
span { border-color: rgb(217,19,123); }
td.TdClassName
{
border-color: #D9137B;
}
.TagClassName
{
border-color: #D9137B;
}
</style>