Shades of Medium Violet Red #D9128E
Tints of Medium Violet Red #D9128E
RGB
CMYK
RGB Variations
Color information
#D9128E (or 0xD9128E) is known color: Medium Violet Red. HEX triplet: D9, 12 and 8E. RGB value is (217,18,142). Sum of RGB (Red+Green+Blue) = 217+18+142=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9128E is #26ED71. Grayscale: #5B5B5B. Windows color (decimal): -2551154 or 9310937. OLE color: 9310937.
HSL color Cylindrical-coordinate representation of color #D9128E: hue angle of 322.61º 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 #D9128E is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 142 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.15 |
| HSL | 322.61º | 0.85% | 0.46% | - |
| HSV(B) | 322.61º | 0.92% | 0.85% | - |
| XYZ | 33.71 | 17.14 | 27.12 | - |
| YUV | 91.64 | 156.43 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 142 | 0 | 0.92 | 0.35 | 0.15 | 322.61 | 0.85 | 0.46 |
| Hex | D9 | 12 | 8E | 0 | 5C | 23 | F | 143 | 55 | 2E |
| Octal | 331 | 22 | 216 | 0 | 134 | 43 | 17 | 503 | 125 | 56 |
| Binary | 11011001 | 10010 | 10001110 | 0 | 1011100 | 100011 | 1111 | 101000011 | 1010101 | 101110 |
Color Harmonies of #D9128E
Complementary color
Monochromatic Colors of #D9128E
Black with #D9128E
Text Example
Text Example
White with #D9128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9128E; }
p { color: rgb(217,18,142); }
H1.HeaderClassName
{
color: #D9128E;
}
.AnyTagClassName
{
color: #D9128E;
}
</style>
background-color css
<style>
a { background-color: #D9128E; }
a { background-color: rgb(217,18,142); }
div.DivClassName
{
background-color: #D9128E;
}
.BgClassName
{
background-color: #D9128E;
}
</style>
border-color css
<style>
span { border-color: #D9128E; }
span { border-color: rgb(217,18,142); }
td.TdClassName
{
border-color: #D9128E;
}
.TagClassName
{
border-color: #D9128E;
}
</style>