Shades of Medium Violet Red #D61179
Tints of Medium Violet Red #D61179
RGB
CMYK
RGB Variations
Color information
#D61179 (or 0xD61179) is known color: Medium Violet Red. HEX triplet: D6, 11 and 79. RGB value is (214,17,121). Sum of RGB (Red+Green+Blue) = 214+17+121=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D61179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61179 is #29EE86. Grayscale: #575757. Windows color (decimal): -2748039 or 7934422. OLE color: 7934422.
HSL color Cylindrical-coordinate representation of color #D61179: hue angle of 328.32º 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 #D61179 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.16 |
| HSL | 328.32º | 0.85% | 0.45% | - |
| HSV(B) | 328.32º | 0.92% | 0.84% | - |
| XYZ | 31.38 | 16.08 | 19.54 | - |
| YUV | 87.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 121 | 0 | 0.92 | 0.43 | 0.16 | 328.32 | 0.85 | 0.45 |
| Hex | D6 | 11 | 79 | 0 | 5C | 2B | 10 | 148 | 55 | 2D |
| Octal | 326 | 21 | 171 | 0 | 134 | 53 | 20 | 510 | 125 | 55 |
| Binary | 11010110 | 10001 | 1111001 | 0 | 1011100 | 101011 | 10000 | 101001000 | 1010101 | 101101 |
Color Harmonies of #D61179
Complementary color
Monochromatic Colors of #D61179
Black with #D61179
Text Example
Text Example
White with #D61179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61179; }
p { color: rgb(214,17,121); }
H1.HeaderClassName
{
color: #D61179;
}
.AnyTagClassName
{
color: #D61179;
}
</style>
background-color css
<style>
a { background-color: #D61179; }
a { background-color: rgb(214,17,121); }
div.DivClassName
{
background-color: #D61179;
}
.BgClassName
{
background-color: #D61179;
}
</style>
border-color css
<style>
span { border-color: #D61179; }
span { border-color: rgb(214,17,121); }
td.TdClassName
{
border-color: #D61179;
}
.TagClassName
{
border-color: #D61179;
}
</style>