Shades of Medium Violet Red #D4159E
Tints of Medium Violet Red #D4159E
RGB
CMYK
RGB Variations
Color information
#D4159E (or 0xD4159E) is known color: Medium Violet Red. HEX triplet: D4, 15 and 9E. RGB value is (212,21,158). Sum of RGB (Red+Green+Blue) = 212+21+158=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4159E is #2BEA61. Grayscale: #5D5D5D. Windows color (decimal): -2878050 or 10360276. OLE color: 10360276.
HSL color Cylindrical-coordinate representation of color #D4159E: hue angle of 316.96º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4159E is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 158 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.17 |
| HSL | 316.96º | 0.82% | 0.46% | - |
| HSV(B) | 316.96º | 0.9% | 0.83% | - |
| XYZ | 33.59 | 17 | 33.86 | - |
| YUV | 93.73 | 164.28 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 158 | 0 | 0.90 | 0.25 | 0.17 | 316.96 | 0.82 | 0.46 |
| Hex | D4 | 15 | 9E | 0 | 5A | 19 | 11 | 13D | 52 | 2E |
| Octal | 324 | 25 | 236 | 0 | 132 | 31 | 21 | 475 | 122 | 56 |
| Binary | 11010100 | 10101 | 10011110 | 0 | 1011010 | 11001 | 10001 | 100111101 | 1010010 | 101110 |
Color Harmonies of #D4159E
Complementary color
Monochromatic Colors of #D4159E
Black with #D4159E
Text Example
Text Example
White with #D4159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4159E; }
p { color: rgb(212,21,158); }
H1.HeaderClassName
{
color: #D4159E;
}
.AnyTagClassName
{
color: #D4159E;
}
</style>
background-color css
<style>
a { background-color: #D4159E; }
a { background-color: rgb(212,21,158); }
div.DivClassName
{
background-color: #D4159E;
}
.BgClassName
{
background-color: #D4159E;
}
</style>
border-color css
<style>
span { border-color: #D4159E; }
span { border-color: rgb(212,21,158); }
td.TdClassName
{
border-color: #D4159E;
}
.TagClassName
{
border-color: #D4159E;
}
</style>