Shades of Medium Violet Red #D3137A
Tints of Medium Violet Red #D3137A
RGB
CMYK
RGB Variations
Color information
#D3137A (or 0xD3137A) is known color: Medium Violet Red. HEX triplet: D3, 13 and 7A. RGB value is (211,19,122). Sum of RGB (Red+Green+Blue) = 211+19+122=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D3137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3137A is #2CEC85. Grayscale: #575757. Windows color (decimal): -2944134 or 8000467. OLE color: 8000467.
HSL color Cylindrical-coordinate representation of color #D3137A: hue angle of 327.81º 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 #D3137A is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 122 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.17 |
| HSL | 327.81º | 0.83% | 0.45% | - |
| HSV(B) | 327.81º | 0.91% | 0.83% | - |
| XYZ | 30.61 | 15.72 | 19.83 | - |
| YUV | 88.15 | 147.11 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 122 | 0 | 0.91 | 0.42 | 0.17 | 327.81 | 0.83 | 0.45 |
| Hex | D3 | 13 | 7A | 0 | 5B | 2A | 11 | 148 | 53 | 2D |
| Octal | 323 | 23 | 172 | 0 | 133 | 52 | 21 | 510 | 123 | 55 |
| Binary | 11010011 | 10011 | 1111010 | 0 | 1011011 | 101010 | 10001 | 101001000 | 1010011 | 101101 |
Color Harmonies of #D3137A
Complementary color
Monochromatic Colors of #D3137A
Black with #D3137A
Text Example
Text Example
White with #D3137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3137A; }
p { color: rgb(211,19,122); }
H1.HeaderClassName
{
color: #D3137A;
}
.AnyTagClassName
{
color: #D3137A;
}
</style>
background-color css
<style>
a { background-color: #D3137A; }
a { background-color: rgb(211,19,122); }
div.DivClassName
{
background-color: #D3137A;
}
.BgClassName
{
background-color: #D3137A;
}
</style>
border-color css
<style>
span { border-color: #D3137A; }
span { border-color: rgb(211,19,122); }
td.TdClassName
{
border-color: #D3137A;
}
.TagClassName
{
border-color: #D3137A;
}
</style>