Shades of Medium Violet Red #D51179
Tints of Medium Violet Red #D51179
RGB
CMYK
RGB Variations
Color information
#D51179 (or 0xD51179) is known color: Medium Violet Red. HEX triplet: D5, 11 and 79. RGB value is (213,17,121). Sum of RGB (Red+Green+Blue) = 213+17+121=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D51179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51179 is #2AEE86. Grayscale: #575757. Windows color (decimal): -2813575 or 7934421. OLE color: 7934421.
HSL color Cylindrical-coordinate representation of color #D51179: hue angle of 328.16º 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 #D51179 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.16 |
| HSL | 328.16º | 0.85% | 0.45% | - |
| HSV(B) | 328.16º | 0.92% | 0.84% | - |
| XYZ | 31.09 | 15.93 | 19.52 | - |
| YUV | 87.46 | 146.93 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 121 | 0 | 0.92 | 0.43 | 0.16 | 328.16 | 0.85 | 0.45 |
| Hex | D5 | 11 | 79 | 0 | 5C | 2B | 10 | 148 | 55 | 2D |
| Octal | 325 | 21 | 171 | 0 | 134 | 53 | 20 | 510 | 125 | 55 |
| Binary | 11010101 | 10001 | 1111001 | 0 | 1011100 | 101011 | 10000 | 101001000 | 1010101 | 101101 |
Color Harmonies of #D51179
Complementary color
Monochromatic Colors of #D51179
Black with #D51179
Text Example
Text Example
White with #D51179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51179; }
p { color: rgb(213,17,121); }
H1.HeaderClassName
{
color: #D51179;
}
.AnyTagClassName
{
color: #D51179;
}
</style>
background-color css
<style>
a { background-color: #D51179; }
a { background-color: rgb(213,17,121); }
div.DivClassName
{
background-color: #D51179;
}
.BgClassName
{
background-color: #D51179;
}
</style>
border-color css
<style>
span { border-color: #D51179; }
span { border-color: rgb(213,17,121); }
td.TdClassName
{
border-color: #D51179;
}
.TagClassName
{
border-color: #D51179;
}
</style>