Shades of Medium Violet Red #D4159A
Tints of Medium Violet Red #D4159A
RGB
CMYK
RGB Variations
Color information
#D4159A (or 0xD4159A) is known color: Medium Violet Red. HEX triplet: D4, 15 and 9A. RGB value is (212,21,154). Sum of RGB (Red+Green+Blue) = 212+21+154=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4159A is #2BEA65. Grayscale: #5C5C5C. Windows color (decimal): -2878054 or 10098132. OLE color: 10098132.
HSL color Cylindrical-coordinate representation of color #D4159A: hue angle of 318.22º 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 #D4159A is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 154 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.17 |
| HSL | 318.22º | 0.82% | 0.46% | - |
| HSV(B) | 318.22º | 0.9% | 0.83% | - |
| XYZ | 33.25 | 16.87 | 32.07 | - |
| YUV | 93.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 154 | 0 | 0.90 | 0.27 | 0.17 | 318.22 | 0.82 | 0.46 |
| Hex | D4 | 15 | 9A | 0 | 5A | 1B | 11 | 13E | 52 | 2E |
| Octal | 324 | 25 | 232 | 0 | 132 | 33 | 21 | 476 | 122 | 56 |
| Binary | 11010100 | 10101 | 10011010 | 0 | 1011010 | 11011 | 10001 | 100111110 | 1010010 | 101110 |
Color Harmonies of #D4159A
Complementary color
Monochromatic Colors of #D4159A
Black with #D4159A
Text Example
Text Example
White with #D4159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4159A; }
p { color: rgb(212,21,154); }
H1.HeaderClassName
{
color: #D4159A;
}
.AnyTagClassName
{
color: #D4159A;
}
</style>
background-color css
<style>
a { background-color: #D4159A; }
a { background-color: rgb(212,21,154); }
div.DivClassName
{
background-color: #D4159A;
}
.BgClassName
{
background-color: #D4159A;
}
</style>
border-color css
<style>
span { border-color: #D4159A; }
span { border-color: rgb(212,21,154); }
td.TdClassName
{
border-color: #D4159A;
}
.TagClassName
{
border-color: #D4159A;
}
</style>