Shades of Medium Violet Red #D11388
Tints of Medium Violet Red #D11388
RGB
CMYK
RGB Variations
Color information
#D11388 (or 0xD11388) is known color: Medium Violet Red. HEX triplet: D1, 13 and 88. RGB value is (209,19,136). Sum of RGB (Red+Green+Blue) = 209+19+136=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D11388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11388 is #2EEC77. Grayscale: #585858. Windows color (decimal): -3075192 or 8917969. OLE color: 8917969.
HSL color Cylindrical-coordinate representation of color #D11388: hue angle of 323.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11388 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 136 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.18 |
| HSL | 323.05º | 0.83% | 0.45% | - |
| HSV(B) | 323.05º | 0.91% | 0.82% | - |
| XYZ | 30.97 | 15.8 | 24.71 | - |
| YUV | 89.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 136 | 0 | 0.91 | 0.35 | 0.18 | 323.05 | 0.83 | 0.45 |
| Hex | D1 | 13 | 88 | 0 | 5B | 23 | 12 | 143 | 53 | 2D |
| Octal | 321 | 23 | 210 | 0 | 133 | 43 | 22 | 503 | 123 | 55 |
| Binary | 11010001 | 10011 | 10001000 | 0 | 1011011 | 100011 | 10010 | 101000011 | 1010011 | 101101 |
Color Harmonies of #D11388
Complementary color
Monochromatic Colors of #D11388
Black with #D11388
Text Example
Text Example
White with #D11388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11388; }
p { color: rgb(209,19,136); }
H1.HeaderClassName
{
color: #D11388;
}
.AnyTagClassName
{
color: #D11388;
}
</style>
background-color css
<style>
a { background-color: #D11388; }
a { background-color: rgb(209,19,136); }
div.DivClassName
{
background-color: #D11388;
}
.BgClassName
{
background-color: #D11388;
}
</style>
border-color css
<style>
span { border-color: #D11388; }
span { border-color: rgb(209,19,136); }
td.TdClassName
{
border-color: #D11388;
}
.TagClassName
{
border-color: #D11388;
}
</style>