Shades of Medium Violet Red #D3137D
Tints of Medium Violet Red #D3137D
RGB
CMYK
RGB Variations
Color information
#D3137D (or 0xD3137D) is known color: Medium Violet Red. HEX triplet: D3, 13 and 7D. RGB value is (211,19,125). Sum of RGB (Red+Green+Blue) = 211+19+125=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3137D is #2CEC82. Grayscale: #585858. Windows color (decimal): -2944131 or 8197075. OLE color: 8197075.
HSL color Cylindrical-coordinate representation of color #D3137D: hue angle of 326.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3137D is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 125 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.17 |
| HSL | 326.88º | 0.83% | 0.45% | - |
| HSV(B) | 326.88º | 0.91% | 0.83% | - |
| XYZ | 30.8 | 15.8 | 20.83 | - |
| YUV | 88.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 125 | 0 | 0.91 | 0.41 | 0.17 | 326.88 | 0.83 | 0.45 |
| Hex | D3 | 13 | 7D | 0 | 5B | 29 | 11 | 147 | 53 | 2D |
| Octal | 323 | 23 | 175 | 0 | 133 | 51 | 21 | 507 | 123 | 55 |
| Binary | 11010011 | 10011 | 1111101 | 0 | 1011011 | 101001 | 10001 | 101000111 | 1010011 | 101101 |
Color Harmonies of #D3137D
Complementary color
Monochromatic Colors of #D3137D
Black with #D3137D
Text Example
Text Example
White with #D3137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3137D; }
p { color: rgb(211,19,125); }
H1.HeaderClassName
{
color: #D3137D;
}
.AnyTagClassName
{
color: #D3137D;
}
</style>
background-color css
<style>
a { background-color: #D3137D; }
a { background-color: rgb(211,19,125); }
div.DivClassName
{
background-color: #D3137D;
}
.BgClassName
{
background-color: #D3137D;
}
</style>
border-color css
<style>
span { border-color: #D3137D; }
span { border-color: rgb(211,19,125); }
td.TdClassName
{
border-color: #D3137D;
}
.TagClassName
{
border-color: #D3137D;
}
</style>