Shades of Medium Violet Red #D11D88
Tints of Medium Violet Red #D11D88
RGB
CMYK
RGB Variations
Color information
#D11D88 (or 0xD11D88) is known color: Medium Violet Red. HEX triplet: D1, 1D and 88. RGB value is (209,29,136). Sum of RGB (Red+Green+Blue) = 209+29+136=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11D88 is #2EE277. Grayscale: #5E5E5E. Windows color (decimal): -3072632 or 8920529. OLE color: 8920529.
HSL color Cylindrical-coordinate representation of color #D11D88: hue angle of 324.33º 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 #D11D88 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 136 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.18 |
| HSL | 324.33º | 0.76% | 0.47% | - |
| HSV(B) | 324.33º | 0.86% | 0.82% | - |
| XYZ | 31.18 | 16.21 | 24.78 | - |
| YUV | 95.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 136 | 0 | 0.86 | 0.35 | 0.18 | 324.33 | 0.76 | 0.47 |
| Hex | D1 | 1D | 88 | 0 | 56 | 23 | 12 | 144 | 4C | 2F |
| Octal | 321 | 35 | 210 | 0 | 126 | 43 | 22 | 504 | 114 | 57 |
| Binary | 11010001 | 11101 | 10001000 | 0 | 1010110 | 100011 | 10010 | 101000100 | 1001100 | 101111 |
Color Harmonies of #D11D88
Complementary color
Monochromatic Colors of #D11D88
Black with #D11D88
Text Example
Text Example
White with #D11D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D88; }
p { color: rgb(209,29,136); }
H1.HeaderClassName
{
color: #D11D88;
}
.AnyTagClassName
{
color: #D11D88;
}
</style>
background-color css
<style>
a { background-color: #D11D88; }
a { background-color: rgb(209,29,136); }
div.DivClassName
{
background-color: #D11D88;
}
.BgClassName
{
background-color: #D11D88;
}
</style>
border-color css
<style>
span { border-color: #D11D88; }
span { border-color: rgb(209,29,136); }
td.TdClassName
{
border-color: #D11D88;
}
.TagClassName
{
border-color: #D11D88;
}
</style>