Shades of Medium Violet Red #D11E9B
Tints of Medium Violet Red #D11E9B
RGB
CMYK
RGB Variations
Color information
#D11E9B (or 0xD11E9B) is known color: Medium Violet Red. HEX triplet: D1, 1E and 9B. RGB value is (209,30,155). Sum of RGB (Red+Green+Blue) = 209+30+155=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11E9B is #2EE164. Grayscale: #616161. Windows color (decimal): -3072357 or 10165969. OLE color: 10165969.
HSL color Cylindrical-coordinate representation of color #D11E9B: hue angle of 318.1º degrees, saturation: 0.75, 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 #D11E9B is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 155 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.18 |
| HSL | 318.1º | 0.75% | 0.47% | - |
| HSV(B) | 318.1º | 0.86% | 0.82% | - |
| XYZ | 32.68 | 16.85 | 32.54 | - |
| YUV | 97.77 | 160.3 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 155 | 0 | 0.86 | 0.26 | 0.18 | 318.1 | 0.75 | 0.47 |
| Hex | D1 | 1E | 9B | 0 | 56 | 1A | 12 | 13E | 4B | 2F |
| Octal | 321 | 36 | 233 | 0 | 126 | 32 | 22 | 476 | 113 | 57 |
| Binary | 11010001 | 11110 | 10011011 | 0 | 1010110 | 11010 | 10010 | 100111110 | 1001011 | 101111 |
Color Harmonies of #D11E9B
Complementary color
Monochromatic Colors of #D11E9B
Black with #D11E9B
Text Example
Text Example
White with #D11E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11E9B; }
p { color: rgb(209,30,155); }
H1.HeaderClassName
{
color: #D11E9B;
}
.AnyTagClassName
{
color: #D11E9B;
}
</style>
background-color css
<style>
a { background-color: #D11E9B; }
a { background-color: rgb(209,30,155); }
div.DivClassName
{
background-color: #D11E9B;
}
.BgClassName
{
background-color: #D11E9B;
}
</style>
border-color css
<style>
span { border-color: #D11E9B; }
span { border-color: rgb(209,30,155); }
td.TdClassName
{
border-color: #D11E9B;
}
.TagClassName
{
border-color: #D11E9B;
}
</style>