Shades of Medium Violet Red #D11FAC
Tints of Medium Violet Red #D11FAC
RGB
CMYK
RGB Variations
Color information
#D11FAC (or 0xD11FAC) is known color: Medium Violet Red. HEX triplet: D1, 1F and AC. RGB value is (209,31,172). Sum of RGB (Red+Green+Blue) = 209+31+172=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11FAC is #2EE053. Grayscale: #636363. Windows color (decimal): -3072084 or 11280337. OLE color: 11280337.
HSL color Cylindrical-coordinate representation of color #D11FAC: hue angle of 312.47º 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 #D11FAC is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 172 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.18 |
| HSL | 312.47º | 0.74% | 0.47% | - |
| HSV(B) | 312.47º | 0.85% | 0.82% | - |
| XYZ | 34.23 | 17.51 | 40.61 | - |
| YUV | 100.3 | 168.47 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 172 | 0 | 0.85 | 0.18 | 0.18 | 312.47 | 0.74 | 0.47 |
| Hex | D1 | 1F | AC | 0 | 55 | 12 | 12 | 138 | 4A | 2F |
| Octal | 321 | 37 | 254 | 0 | 125 | 22 | 22 | 470 | 112 | 57 |
| Binary | 11010001 | 11111 | 10101100 | 0 | 1010101 | 10010 | 10010 | 100111000 | 1001010 | 101111 |
Color Harmonies of #D11FAC
Complementary color
Monochromatic Colors of #D11FAC
Black with #D11FAC
Text Example
Text Example
White with #D11FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FAC; }
p { color: rgb(209,31,172); }
H1.HeaderClassName
{
color: #D11FAC;
}
.AnyTagClassName
{
color: #D11FAC;
}
</style>
background-color css
<style>
a { background-color: #D11FAC; }
a { background-color: rgb(209,31,172); }
div.DivClassName
{
background-color: #D11FAC;
}
.BgClassName
{
background-color: #D11FAC;
}
</style>
border-color css
<style>
span { border-color: #D11FAC; }
span { border-color: rgb(209,31,172); }
td.TdClassName
{
border-color: #D11FAC;
}
.TagClassName
{
border-color: #D11FAC;
}
</style>