Shades of Medium Violet Red #D11FAB
Tints of Medium Violet Red #D11FAB
RGB
CMYK
RGB Variations
Color information
#D11FAB (or 0xD11FAB) is known color: Medium Violet Red. HEX triplet: D1, 1F and AB. RGB value is (209,31,171). Sum of RGB (Red+Green+Blue) = 209+31+171=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11FAB is #2EE054. Grayscale: #636363. Windows color (decimal): -3072085 or 11214801. OLE color: 11214801.
HSL color Cylindrical-coordinate representation of color #D11FAB: hue angle of 312.81º 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 #D11FAB is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 171 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.18 |
| HSL | 312.81º | 0.74% | 0.47% | - |
| HSV(B) | 312.81º | 0.85% | 0.82% | - |
| XYZ | 34.14 | 17.48 | 40.1 | - |
| YUV | 100.18 | 167.97 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 171 | 0 | 0.85 | 0.18 | 0.18 | 312.81 | 0.74 | 0.47 |
| Hex | D1 | 1F | AB | 0 | 55 | 12 | 12 | 139 | 4A | 2F |
| Octal | 321 | 37 | 253 | 0 | 125 | 22 | 22 | 471 | 112 | 57 |
| Binary | 11010001 | 11111 | 10101011 | 0 | 1010101 | 10010 | 10010 | 100111001 | 1001010 | 101111 |
Color Harmonies of #D11FAB
Complementary color
Monochromatic Colors of #D11FAB
Black with #D11FAB
Text Example
Text Example
White with #D11FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FAB; }
p { color: rgb(209,31,171); }
H1.HeaderClassName
{
color: #D11FAB;
}
.AnyTagClassName
{
color: #D11FAB;
}
</style>
background-color css
<style>
a { background-color: #D11FAB; }
a { background-color: rgb(209,31,171); }
div.DivClassName
{
background-color: #D11FAB;
}
.BgClassName
{
background-color: #D11FAB;
}
</style>
border-color css
<style>
span { border-color: #D11FAB; }
span { border-color: rgb(209,31,171); }
td.TdClassName
{
border-color: #D11FAB;
}
.TagClassName
{
border-color: #D11FAB;
}
</style>