Shades of Medium Violet Red #D11FA0
Tints of Medium Violet Red #D11FA0
RGB
CMYK
RGB Variations
Color information
#D11FA0 (or 0xD11FA0) is known color: Medium Violet Red. HEX triplet: D1, 1F and A0. RGB value is (209,31,160). Sum of RGB (Red+Green+Blue) = 209+31+160=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11FA0 is #2EE05F. Grayscale: #626262. Windows color (decimal): -3072096 or 10493905. OLE color: 10493905.
HSL color Cylindrical-coordinate representation of color #D11FA0: hue angle of 316.52º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11FA0 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 160 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.18 |
| HSL | 316.52º | 0.74% | 0.47% | - |
| HSV(B) | 316.52º | 0.85% | 0.82% | - |
| XYZ | 33.13 | 17.07 | 34.81 | - |
| YUV | 98.93 | 162.47 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 160 | 0 | 0.85 | 0.23 | 0.18 | 316.52 | 0.74 | 0.47 |
| Hex | D1 | 1F | A0 | 0 | 55 | 17 | 12 | 13D | 4A | 2F |
| Octal | 321 | 37 | 240 | 0 | 125 | 27 | 22 | 475 | 112 | 57 |
| Binary | 11010001 | 11111 | 10100000 | 0 | 1010101 | 10111 | 10010 | 100111101 | 1001010 | 101111 |
Color Harmonies of #D11FA0
Complementary color
Monochromatic Colors of #D11FA0
Black with #D11FA0
Text Example
Text Example
White with #D11FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FA0; }
p { color: rgb(209,31,160); }
H1.HeaderClassName
{
color: #D11FA0;
}
.AnyTagClassName
{
color: #D11FA0;
}
</style>
background-color css
<style>
a { background-color: #D11FA0; }
a { background-color: rgb(209,31,160); }
div.DivClassName
{
background-color: #D11FA0;
}
.BgClassName
{
background-color: #D11FA0;
}
</style>
border-color css
<style>
span { border-color: #D11FA0; }
span { border-color: rgb(209,31,160); }
td.TdClassName
{
border-color: #D11FA0;
}
.TagClassName
{
border-color: #D11FA0;
}
</style>