Shades of Medium Violet Red #D8128E
Tints of Medium Violet Red #D8128E
RGB
CMYK
RGB Variations
Color information
#D8128E (or 0xD8128E) is known color: Medium Violet Red. HEX triplet: D8, 12 and 8E. RGB value is (216,18,142). Sum of RGB (Red+Green+Blue) = 216+18+142=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8128E is #27ED71. Grayscale: #5B5B5B. Windows color (decimal): -2616690 or 9310936. OLE color: 9310936.
HSL color Cylindrical-coordinate representation of color #D8128E: hue angle of 322.42º 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 #D8128E is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 142 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.15 |
| HSL | 322.42º | 0.85% | 0.46% | - |
| HSV(B) | 322.42º | 0.92% | 0.85% | - |
| XYZ | 33.42 | 16.98 | 27.11 | - |
| YUV | 91.34 | 156.6 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 142 | 0 | 0.92 | 0.34 | 0.15 | 322.42 | 0.85 | 0.46 |
| Hex | D8 | 12 | 8E | 0 | 5C | 22 | F | 142 | 55 | 2E |
| Octal | 330 | 22 | 216 | 0 | 134 | 42 | 17 | 502 | 125 | 56 |
| Binary | 11011000 | 10010 | 10001110 | 0 | 1011100 | 100010 | 1111 | 101000010 | 1010101 | 101110 |
Color Harmonies of #D8128E
Complementary color
Monochromatic Colors of #D8128E
Black with #D8128E
Text Example
Text Example
White with #D8128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8128E; }
p { color: rgb(216,18,142); }
H1.HeaderClassName
{
color: #D8128E;
}
.AnyTagClassName
{
color: #D8128E;
}
</style>
background-color css
<style>
a { background-color: #D8128E; }
a { background-color: rgb(216,18,142); }
div.DivClassName
{
background-color: #D8128E;
}
.BgClassName
{
background-color: #D8128E;
}
</style>
border-color css
<style>
span { border-color: #D8128E; }
span { border-color: rgb(216,18,142); }
td.TdClassName
{
border-color: #D8128E;
}
.TagClassName
{
border-color: #D8128E;
}
</style>