Shades of Medium Violet Red #D3037A
Tints of Medium Violet Red #D3037A
RGB
CMYK
RGB Variations
Color information
#D3037A (or 0xD3037A) is known color: Medium Violet Red. HEX triplet: D3, 03 and 7A. RGB value is (211,3,122). Sum of RGB (Red+Green+Blue) = 211+3+122=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3037A is #2CFC85. Grayscale: #4E4E4E. Windows color (decimal): -2948230 or 7996371. OLE color: 7996371.
HSL color Cylindrical-coordinate representation of color #D3037A: hue angle of 325.67º 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 #D3037A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.17 |
| HSL | 325.67º | 0.97% | 0.42% | - |
| HSV(B) | 325.67º | 0.99% | 0.83% | - |
| XYZ | 30.41 | 15.32 | 19.77 | - |
| YUV | 78.76 | 152.41 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 122 | 0 | 0.99 | 0.42 | 0.17 | 325.67 | 0.97 | 0.42 |
| Hex | D3 | 3 | 7A | 0 | 63 | 2A | 11 | 146 | 61 | 2A |
| Octal | 323 | 3 | 172 | 0 | 143 | 52 | 21 | 506 | 141 | 52 |
| Binary | 11010011 | 11 | 1111010 | 0 | 1100011 | 101010 | 10001 | 101000110 | 1100001 | 101010 |
Color Harmonies of #D3037A
Complementary color
Monochromatic Colors of #D3037A
Black with #D3037A
Text Example
Text Example
White with #D3037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3037A; }
p { color: rgb(211,3,122); }
H1.HeaderClassName
{
color: #D3037A;
}
.AnyTagClassName
{
color: #D3037A;
}
</style>
background-color css
<style>
a { background-color: #D3037A; }
a { background-color: rgb(211,3,122); }
div.DivClassName
{
background-color: #D3037A;
}
.BgClassName
{
background-color: #D3037A;
}
</style>
border-color css
<style>
span { border-color: #D3037A; }
span { border-color: rgb(211,3,122); }
td.TdClassName
{
border-color: #D3037A;
}
.TagClassName
{
border-color: #D3037A;
}
</style>