Shades of Medium Violet Red #D61FA1
Tints of Medium Violet Red #D61FA1
RGB
CMYK
RGB Variations
Color information
#D61FA1 (or 0xD61FA1) is known color: Medium Violet Red. HEX triplet: D6, 1F and A1. RGB value is (214,31,161). Sum of RGB (Red+Green+Blue) = 214+31+161=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61FA1 is #29E05E. Grayscale: #646464. Windows color (decimal): -2744415 or 10559446. OLE color: 10559446.
HSL color Cylindrical-coordinate representation of color #D61FA1: hue angle of 317.38º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61FA1 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 161 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.16 |
| HSL | 317.38º | 0.75% | 0.48% | - |
| HSV(B) | 317.38º | 0.86% | 0.84% | - |
| XYZ | 34.65 | 17.85 | 35.34 | - |
| YUV | 100.54 | 162.13 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 161 | 0 | 0.86 | 0.25 | 0.16 | 317.38 | 0.75 | 0.48 |
| Hex | D6 | 1F | A1 | 0 | 56 | 19 | 10 | 13D | 4B | 30 |
| Octal | 326 | 37 | 241 | 0 | 126 | 31 | 20 | 475 | 113 | 60 |
| Binary | 11010110 | 11111 | 10100001 | 0 | 1010110 | 11001 | 10000 | 100111101 | 1001011 | 110000 |
Color Harmonies of #D61FA1
Complementary color
Monochromatic Colors of #D61FA1
Black with #D61FA1
Text Example
Text Example
White with #D61FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FA1; }
p { color: rgb(214,31,161); }
H1.HeaderClassName
{
color: #D61FA1;
}
.AnyTagClassName
{
color: #D61FA1;
}
</style>
background-color css
<style>
a { background-color: #D61FA1; }
a { background-color: rgb(214,31,161); }
div.DivClassName
{
background-color: #D61FA1;
}
.BgClassName
{
background-color: #D61FA1;
}
</style>
border-color css
<style>
span { border-color: #D61FA1; }
span { border-color: rgb(214,31,161); }
td.TdClassName
{
border-color: #D61FA1;
}
.TagClassName
{
border-color: #D61FA1;
}
</style>