Shades of Medium Violet Red #D3037E
Tints of Medium Violet Red #D3037E
RGB
CMYK
RGB Variations
Color information
#D3037E (or 0xD3037E) is known color: Medium Violet Red. HEX triplet: D3, 03 and 7E. RGB value is (211,3,126). Sum of RGB (Red+Green+Blue) = 211+3+126=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3037E is #2CFC81. Grayscale: #4E4E4E. Windows color (decimal): -2948226 or 8258515. OLE color: 8258515.
HSL color Cylindrical-coordinate representation of color #D3037E: hue angle of 324.52º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3037E is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 126 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.17 |
| HSL | 324.52º | 0.97% | 0.42% | - |
| HSV(B) | 324.52º | 0.99% | 0.83% | - |
| XYZ | 30.66 | 15.42 | 21.1 | - |
| YUV | 79.21 | 154.41 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 126 | 0 | 0.99 | 0.40 | 0.17 | 324.52 | 0.97 | 0.42 |
| Hex | D3 | 3 | 7E | 0 | 63 | 28 | 11 | 145 | 61 | 2A |
| Octal | 323 | 3 | 176 | 0 | 143 | 50 | 21 | 505 | 141 | 52 |
| Binary | 11010011 | 11 | 1111110 | 0 | 1100011 | 101000 | 10001 | 101000101 | 1100001 | 101010 |
Color Harmonies of #D3037E
Complementary color
Monochromatic Colors of #D3037E
Black with #D3037E
Text Example
Text Example
White with #D3037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3037E; }
p { color: rgb(211,3,126); }
H1.HeaderClassName
{
color: #D3037E;
}
.AnyTagClassName
{
color: #D3037E;
}
</style>
background-color css
<style>
a { background-color: #D3037E; }
a { background-color: rgb(211,3,126); }
div.DivClassName
{
background-color: #D3037E;
}
.BgClassName
{
background-color: #D3037E;
}
</style>
border-color css
<style>
span { border-color: #D3037E; }
span { border-color: rgb(211,3,126); }
td.TdClassName
{
border-color: #D3037E;
}
.TagClassName
{
border-color: #D3037E;
}
</style>