Shades of Medium Violet Red #D11B7E
Tints of Medium Violet Red #D11B7E
RGB
CMYK
RGB Variations
Color information
#D11B7E (or 0xD11B7E) is known color: Medium Violet Red. HEX triplet: D1, 1B and 7E. RGB value is (209,27,126). Sum of RGB (Red+Green+Blue) = 209+27+126=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11B7E is #2EE481. Grayscale: #5C5C5C. Windows color (decimal): -3073154 or 8264657. OLE color: 8264657.
HSL color Cylindrical-coordinate representation of color #D11B7E: hue angle of 327.36º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11B7E is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 126 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.18 |
| HSL | 327.36º | 0.77% | 0.46% | - |
| HSV(B) | 327.36º | 0.87% | 0.82% | - |
| XYZ | 30.45 | 15.85 | 21.19 | - |
| YUV | 92.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 126 | 0 | 0.87 | 0.40 | 0.18 | 327.36 | 0.77 | 0.46 |
| Hex | D1 | 1B | 7E | 0 | 57 | 28 | 12 | 147 | 4D | 2E |
| Octal | 321 | 33 | 176 | 0 | 127 | 50 | 22 | 507 | 115 | 56 |
| Binary | 11010001 | 11011 | 1111110 | 0 | 1010111 | 101000 | 10010 | 101000111 | 1001101 | 101110 |
Color Harmonies of #D11B7E
Complementary color
Monochromatic Colors of #D11B7E
Black with #D11B7E
Text Example
Text Example
White with #D11B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11B7E; }
p { color: rgb(209,27,126); }
H1.HeaderClassName
{
color: #D11B7E;
}
.AnyTagClassName
{
color: #D11B7E;
}
</style>
background-color css
<style>
a { background-color: #D11B7E; }
a { background-color: rgb(209,27,126); }
div.DivClassName
{
background-color: #D11B7E;
}
.BgClassName
{
background-color: #D11B7E;
}
</style>
border-color css
<style>
span { border-color: #D11B7E; }
span { border-color: rgb(209,27,126); }
td.TdClassName
{
border-color: #D11B7E;
}
.TagClassName
{
border-color: #D11B7E;
}
</style>