Shades of Medium Violet Red #D3118F
Tints of Medium Violet Red #D3118F
RGB
CMYK
RGB Variations
Color information
#D3118F (or 0xD3118F) is known color: Medium Violet Red. HEX triplet: D3, 11 and 8F. RGB value is (211,17,143). Sum of RGB (Red+Green+Blue) = 211+17+143=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3118F is #2CEE70. Grayscale: #595959. Windows color (decimal): -2944625 or 9376211. OLE color: 9376211.
HSL color Cylindrical-coordinate representation of color #D3118F: hue angle of 321.03º 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 #D3118F is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 17 | 143 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.17 |
| HSL | 321.03º | 0.85% | 0.45% | - |
| HSV(B) | 321.03º | 0.92% | 0.83% | - |
| XYZ | 32.02 | 16.23 | 27.43 | - |
| YUV | 89.37 | 158.27 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 143 | 0 | 0.92 | 0.32 | 0.17 | 321.03 | 0.85 | 0.45 |
| Hex | D3 | 11 | 8F | 0 | 5C | 20 | 11 | 141 | 55 | 2D |
| Octal | 323 | 21 | 217 | 0 | 134 | 40 | 21 | 501 | 125 | 55 |
| Binary | 11010011 | 10001 | 10001111 | 0 | 1011100 | 100000 | 10001 | 101000001 | 1010101 | 101101 |
Color Harmonies of #D3118F
Complementary color
Monochromatic Colors of #D3118F
Black with #D3118F
Text Example
Text Example
White with #D3118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3118F; }
p { color: rgb(211,17,143); }
H1.HeaderClassName
{
color: #D3118F;
}
.AnyTagClassName
{
color: #D3118F;
}
</style>
background-color css
<style>
a { background-color: #D3118F; }
a { background-color: rgb(211,17,143); }
div.DivClassName
{
background-color: #D3118F;
}
.BgClassName
{
background-color: #D3118F;
}
</style>
border-color css
<style>
span { border-color: #D3118F; }
span { border-color: rgb(211,17,143); }
td.TdClassName
{
border-color: #D3118F;
}
.TagClassName
{
border-color: #D3118F;
}
</style>