Shades of Medium Violet Red #D11D9B
Tints of Medium Violet Red #D11D9B
RGB
CMYK
RGB Variations
Color information
#D11D9B (or 0xD11D9B) is known color: Medium Violet Red. HEX triplet: D1, 1D and 9B. RGB value is (209,29,155). Sum of RGB (Red+Green+Blue) = 209+29+155=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11D9B is #2EE264. Grayscale: #606060. Windows color (decimal): -3072613 or 10165713. OLE color: 10165713.
HSL color Cylindrical-coordinate representation of color #D11D9B: hue angle of 318º 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 #D11D9B is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 155 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.18 |
| HSL | 318º | 0.76% | 0.47% | - |
| HSV(B) | 318º | 0.86% | 0.82% | - |
| XYZ | 32.65 | 16.8 | 32.53 | - |
| YUV | 97.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 155 | 0 | 0.86 | 0.26 | 0.18 | 318 | 0.76 | 0.47 |
| Hex | D1 | 1D | 9B | 0 | 56 | 1A | 12 | 13E | 4C | 2F |
| Octal | 321 | 35 | 233 | 0 | 126 | 32 | 22 | 476 | 114 | 57 |
| Binary | 11010001 | 11101 | 10011011 | 0 | 1010110 | 11010 | 10010 | 100111110 | 1001100 | 101111 |
Color Harmonies of #D11D9B
Complementary color
Monochromatic Colors of #D11D9B
Black with #D11D9B
Text Example
Text Example
White with #D11D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D9B; }
p { color: rgb(209,29,155); }
H1.HeaderClassName
{
color: #D11D9B;
}
.AnyTagClassName
{
color: #D11D9B;
}
</style>
background-color css
<style>
a { background-color: #D11D9B; }
a { background-color: rgb(209,29,155); }
div.DivClassName
{
background-color: #D11D9B;
}
.BgClassName
{
background-color: #D11D9B;
}
</style>
border-color css
<style>
span { border-color: #D11D9B; }
span { border-color: rgb(209,29,155); }
td.TdClassName
{
border-color: #D11D9B;
}
.TagClassName
{
border-color: #D11D9B;
}
</style>