Shades of Medium Violet Red #D8127C
Tints of Medium Violet Red #D8127C
RGB
CMYK
RGB Variations
Color information
#D8127C (or 0xD8127C) is known color: Medium Violet Red. HEX triplet: D8, 12 and 7C. RGB value is (216,18,124). Sum of RGB (Red+Green+Blue) = 216+18+124=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8127C is #27ED83. Grayscale: #595959. Windows color (decimal): -2616708 or 8131288. OLE color: 8131288.
HSL color Cylindrical-coordinate representation of color #D8127C: hue angle of 327.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8127C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 124 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.15 |
| HSL | 327.88º | 0.85% | 0.46% | - |
| HSV(B) | 327.88º | 0.92% | 0.85% | - |
| XYZ | 32.17 | 16.49 | 20.56 | - |
| YUV | 89.29 | 147.6 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 124 | 0 | 0.92 | 0.43 | 0.15 | 327.88 | 0.85 | 0.46 |
| Hex | D8 | 12 | 7C | 0 | 5C | 2B | F | 148 | 55 | 2E |
| Octal | 330 | 22 | 174 | 0 | 134 | 53 | 17 | 510 | 125 | 56 |
| Binary | 11011000 | 10010 | 1111100 | 0 | 1011100 | 101011 | 1111 | 101001000 | 1010101 | 101110 |
Color Harmonies of #D8127C
Complementary color
Monochromatic Colors of #D8127C
Black with #D8127C
Text Example
Text Example
White with #D8127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8127C; }
p { color: rgb(216,18,124); }
H1.HeaderClassName
{
color: #D8127C;
}
.AnyTagClassName
{
color: #D8127C;
}
</style>
background-color css
<style>
a { background-color: #D8127C; }
a { background-color: rgb(216,18,124); }
div.DivClassName
{
background-color: #D8127C;
}
.BgClassName
{
background-color: #D8127C;
}
</style>
border-color css
<style>
span { border-color: #D8127C; }
span { border-color: rgb(216,18,124); }
td.TdClassName
{
border-color: #D8127C;
}
.TagClassName
{
border-color: #D8127C;
}
</style>