Shades of Medium Violet Red #D61EA1
Tints of Medium Violet Red #D61EA1
RGB
CMYK
RGB Variations
Color information
#D61EA1 (or 0xD61EA1) is known color: Medium Violet Red. HEX triplet: D6, 1E and A1. RGB value is (214,30,161). Sum of RGB (Red+Green+Blue) = 214+30+161=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61EA1 is #29E15E. Grayscale: #636363. Windows color (decimal): -2744671 or 10559190. OLE color: 10559190.
HSL color Cylindrical-coordinate representation of color #D61EA1: hue angle of 317.28º 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 #D61EA1 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 161 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.16 |
| HSL | 317.28º | 0.75% | 0.48% | - |
| HSV(B) | 317.28º | 0.86% | 0.84% | - |
| XYZ | 34.63 | 17.8 | 35.33 | - |
| YUV | 99.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 161 | 0 | 0.86 | 0.25 | 0.16 | 317.28 | 0.75 | 0.48 |
| Hex | D6 | 1E | A1 | 0 | 56 | 19 | 10 | 13D | 4B | 30 |
| Octal | 326 | 36 | 241 | 0 | 126 | 31 | 20 | 475 | 113 | 60 |
| Binary | 11010110 | 11110 | 10100001 | 0 | 1010110 | 11001 | 10000 | 100111101 | 1001011 | 110000 |
Color Harmonies of #D61EA1
Complementary color
Monochromatic Colors of #D61EA1
Black with #D61EA1
Text Example
Text Example
White with #D61EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61EA1; }
p { color: rgb(214,30,161); }
H1.HeaderClassName
{
color: #D61EA1;
}
.AnyTagClassName
{
color: #D61EA1;
}
</style>
background-color css
<style>
a { background-color: #D61EA1; }
a { background-color: rgb(214,30,161); }
div.DivClassName
{
background-color: #D61EA1;
}
.BgClassName
{
background-color: #D61EA1;
}
</style>
border-color css
<style>
span { border-color: #D61EA1; }
span { border-color: rgb(214,30,161); }
td.TdClassName
{
border-color: #D61EA1;
}
.TagClassName
{
border-color: #D61EA1;
}
</style>