Shades of Medium Violet Red #D11E9C
Tints of Medium Violet Red #D11E9C
RGB
CMYK
RGB Variations
Color information
#D11E9C (or 0xD11E9C) is known color: Medium Violet Red. HEX triplet: D1, 1E and 9C. RGB value is (209,30,156). Sum of RGB (Red+Green+Blue) = 209+30+156=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11E9C is #2EE163. Grayscale: #616161. Windows color (decimal): -3072356 or 10231505. OLE color: 10231505.
HSL color Cylindrical-coordinate representation of color #D11E9C: hue angle of 317.77º 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 #D11E9C is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 156 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.18 |
| HSL | 317.77º | 0.75% | 0.47% | - |
| HSV(B) | 317.77º | 0.86% | 0.82% | - |
| XYZ | 32.76 | 16.88 | 32.98 | - |
| YUV | 97.89 | 160.8 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 156 | 0 | 0.86 | 0.25 | 0.18 | 317.77 | 0.75 | 0.47 |
| Hex | D1 | 1E | 9C | 0 | 56 | 19 | 12 | 13E | 4B | 2F |
| Octal | 321 | 36 | 234 | 0 | 126 | 31 | 22 | 476 | 113 | 57 |
| Binary | 11010001 | 11110 | 10011100 | 0 | 1010110 | 11001 | 10010 | 100111110 | 1001011 | 101111 |
Color Harmonies of #D11E9C
Complementary color
Monochromatic Colors of #D11E9C
Black with #D11E9C
Text Example
Text Example
White with #D11E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11E9C; }
p { color: rgb(209,30,156); }
H1.HeaderClassName
{
color: #D11E9C;
}
.AnyTagClassName
{
color: #D11E9C;
}
</style>
background-color css
<style>
a { background-color: #D11E9C; }
a { background-color: rgb(209,30,156); }
div.DivClassName
{
background-color: #D11E9C;
}
.BgClassName
{
background-color: #D11E9C;
}
</style>
border-color css
<style>
span { border-color: #D11E9C; }
span { border-color: rgb(209,30,156); }
td.TdClassName
{
border-color: #D11E9C;
}
.TagClassName
{
border-color: #D11E9C;
}
</style>