Shades of Medium Violet Red #D5119E
Tints of Medium Violet Red #D5119E
RGB
CMYK
RGB Variations
Color information
#D5119E (or 0xD5119E) is known color: Medium Violet Red. HEX triplet: D5, 11 and 9E. RGB value is (213,17,158). Sum of RGB (Red+Green+Blue) = 213+17+158=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5119E is #2AEE61. Grayscale: #5B5B5B. Windows color (decimal): -2813538 or 10359253. OLE color: 10359253.
HSL color Cylindrical-coordinate representation of color #D5119E: hue angle of 316.84º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5119E is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 158 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.16 |
| HSL | 316.84º | 0.85% | 0.45% | - |
| HSV(B) | 316.84º | 0.92% | 0.84% | - |
| XYZ | 33.81 | 17.02 | 33.85 | - |
| YUV | 91.68 | 165.43 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 158 | 0 | 0.92 | 0.26 | 0.16 | 316.84 | 0.85 | 0.45 |
| Hex | D5 | 11 | 9E | 0 | 5C | 1A | 10 | 13D | 55 | 2D |
| Octal | 325 | 21 | 236 | 0 | 134 | 32 | 20 | 475 | 125 | 55 |
| Binary | 11010101 | 10001 | 10011110 | 0 | 1011100 | 11010 | 10000 | 100111101 | 1010101 | 101101 |
Color Harmonies of #D5119E
Complementary color
Monochromatic Colors of #D5119E
Black with #D5119E
Text Example
Text Example
White with #D5119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5119E; }
p { color: rgb(213,17,158); }
H1.HeaderClassName
{
color: #D5119E;
}
.AnyTagClassName
{
color: #D5119E;
}
</style>
background-color css
<style>
a { background-color: #D5119E; }
a { background-color: rgb(213,17,158); }
div.DivClassName
{
background-color: #D5119E;
}
.BgClassName
{
background-color: #D5119E;
}
</style>
border-color css
<style>
span { border-color: #D5119E; }
span { border-color: rgb(213,17,158); }
td.TdClassName
{
border-color: #D5119E;
}
.TagClassName
{
border-color: #D5119E;
}
</style>