Shades of Medium Violet Red #D11D9F
Tints of Medium Violet Red #D11D9F
RGB
CMYK
RGB Variations
Color information
#D11D9F (or 0xD11D9F) is known color: Medium Violet Red. HEX triplet: D1, 1D and 9F. RGB value is (209,29,159). Sum of RGB (Red+Green+Blue) = 209+29+159=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11D9F is #2EE260. Grayscale: #616161. Windows color (decimal): -3072609 or 10427857. OLE color: 10427857.
HSL color Cylindrical-coordinate representation of color #D11D9F: hue angle of 316.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D9F is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 159 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.18 |
| HSL | 316.67º | 0.76% | 0.47% | - |
| HSV(B) | 316.67º | 0.86% | 0.82% | - |
| XYZ | 32.99 | 16.94 | 34.33 | - |
| YUV | 97.64 | 162.63 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 159 | 0 | 0.86 | 0.24 | 0.18 | 316.67 | 0.76 | 0.47 |
| Hex | D1 | 1D | 9F | 0 | 56 | 18 | 12 | 13D | 4C | 2F |
| Octal | 321 | 35 | 237 | 0 | 126 | 30 | 22 | 475 | 114 | 57 |
| Binary | 11010001 | 11101 | 10011111 | 0 | 1010110 | 11000 | 10010 | 100111101 | 1001100 | 101111 |
Color Harmonies of #D11D9F
Complementary color
Monochromatic Colors of #D11D9F
Black with #D11D9F
Text Example
Text Example
White with #D11D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D9F; }
p { color: rgb(209,29,159); }
H1.HeaderClassName
{
color: #D11D9F;
}
.AnyTagClassName
{
color: #D11D9F;
}
</style>
background-color css
<style>
a { background-color: #D11D9F; }
a { background-color: rgb(209,29,159); }
div.DivClassName
{
background-color: #D11D9F;
}
.BgClassName
{
background-color: #D11D9F;
}
</style>
border-color css
<style>
span { border-color: #D11D9F; }
span { border-color: rgb(209,29,159); }
td.TdClassName
{
border-color: #D11D9F;
}
.TagClassName
{
border-color: #D11D9F;
}
</style>