Shades of Medium Violet Red #D8137C
Tints of Medium Violet Red #D8137C
RGB
CMYK
RGB Variations
Color information
#D8137C (or 0xD8137C) is known color: Medium Violet Red. HEX triplet: D8, 13 and 7C. RGB value is (216,19,124). Sum of RGB (Red+Green+Blue) = 216+19+124=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8137C is #27EC83. Grayscale: #595959. Windows color (decimal): -2616452 or 8131544. OLE color: 8131544.
HSL color Cylindrical-coordinate representation of color #D8137C: hue angle of 328.02º 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 #D8137C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 124 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.15 |
| HSL | 328.02º | 0.84% | 0.46% | - |
| HSV(B) | 328.02º | 0.91% | 0.85% | - |
| XYZ | 32.19 | 16.52 | 20.56 | - |
| YUV | 89.87 | 147.27 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 124 | 0 | 0.91 | 0.43 | 0.15 | 328.02 | 0.84 | 0.46 |
| Hex | D8 | 13 | 7C | 0 | 5B | 2B | F | 148 | 54 | 2E |
| Octal | 330 | 23 | 174 | 0 | 133 | 53 | 17 | 510 | 124 | 56 |
| Binary | 11011000 | 10011 | 1111100 | 0 | 1011011 | 101011 | 1111 | 101001000 | 1010100 | 101110 |
Color Harmonies of #D8137C
Complementary color
Monochromatic Colors of #D8137C
Black with #D8137C
Text Example
Text Example
White with #D8137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8137C; }
p { color: rgb(216,19,124); }
H1.HeaderClassName
{
color: #D8137C;
}
.AnyTagClassName
{
color: #D8137C;
}
</style>
background-color css
<style>
a { background-color: #D8137C; }
a { background-color: rgb(216,19,124); }
div.DivClassName
{
background-color: #D8137C;
}
.BgClassName
{
background-color: #D8137C;
}
</style>
border-color css
<style>
span { border-color: #D8137C; }
span { border-color: rgb(216,19,124); }
td.TdClassName
{
border-color: #D8137C;
}
.TagClassName
{
border-color: #D8137C;
}
</style>