Shades of Medium Violet Red #D3118A
Tints of Medium Violet Red #D3118A
RGB
CMYK
RGB Variations
Color information
#D3118A (or 0xD3118A) is known color: Medium Violet Red. HEX triplet: D3, 11 and 8A. RGB value is (211,17,138). Sum of RGB (Red+Green+Blue) = 211+17+138=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D3118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3118A is #2CEE75. Grayscale: #585858. Windows color (decimal): -2944630 or 9048531. OLE color: 9048531.
HSL color Cylindrical-coordinate representation of color #D3118A: hue angle of 322.58º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3118A is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 17 | 138 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.17 |
| HSL | 322.58º | 0.85% | 0.45% | - |
| HSV(B) | 322.58º | 0.92% | 0.83% | - |
| XYZ | 31.65 | 16.08 | 25.48 | - |
| YUV | 88.8 | 155.77 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 138 | 0 | 0.92 | 0.35 | 0.17 | 322.58 | 0.85 | 0.45 |
| Hex | D3 | 11 | 8A | 0 | 5C | 23 | 11 | 143 | 55 | 2D |
| Octal | 323 | 21 | 212 | 0 | 134 | 43 | 21 | 503 | 125 | 55 |
| Binary | 11010011 | 10001 | 10001010 | 0 | 1011100 | 100011 | 10001 | 101000011 | 1010101 | 101101 |
Color Harmonies of #D3118A
Complementary color
Monochromatic Colors of #D3118A
Black with #D3118A
Text Example
Text Example
White with #D3118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3118A; }
p { color: rgb(211,17,138); }
H1.HeaderClassName
{
color: #D3118A;
}
.AnyTagClassName
{
color: #D3118A;
}
</style>
background-color css
<style>
a { background-color: #D3118A; }
a { background-color: rgb(211,17,138); }
div.DivClassName
{
background-color: #D3118A;
}
.BgClassName
{
background-color: #D3118A;
}
</style>
border-color css
<style>
span { border-color: #D3118A; }
span { border-color: rgb(211,17,138); }
td.TdClassName
{
border-color: #D3118A;
}
.TagClassName
{
border-color: #D3118A;
}
</style>