Shades of Medium Violet Red #D3038D
Tints of Medium Violet Red #D3038D
RGB
CMYK
RGB Variations
Color information
#D3038D (or 0xD3038D) is known color: Medium Violet Red. HEX triplet: D3, 03 and 8D. RGB value is (211,3,141). Sum of RGB (Red+Green+Blue) = 211+3+141=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3038D is #2CFC72. Grayscale: #505050. Windows color (decimal): -2948211 or 9241555. OLE color: 9241555.
HSL color Cylindrical-coordinate representation of color #D3038D: hue angle of 320.19º 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 #D3038D is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.17 |
| HSL | 320.19º | 0.97% | 0.42% | - |
| HSV(B) | 320.19º | 0.99% | 0.83% | - |
| XYZ | 31.7 | 15.84 | 26.59 | - |
| YUV | 80.92 | 161.91 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 141 | 0 | 0.99 | 0.33 | 0.17 | 320.19 | 0.97 | 0.42 |
| Hex | D3 | 3 | 8D | 0 | 63 | 21 | 11 | 140 | 61 | 2A |
| Octal | 323 | 3 | 215 | 0 | 143 | 41 | 21 | 500 | 141 | 52 |
| Binary | 11010011 | 11 | 10001101 | 0 | 1100011 | 100001 | 10001 | 101000000 | 1100001 | 101010 |
Color Harmonies of #D3038D
Complementary color
Monochromatic Colors of #D3038D
Black with #D3038D
Text Example
Text Example
White with #D3038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3038D; }
p { color: rgb(211,3,141); }
H1.HeaderClassName
{
color: #D3038D;
}
.AnyTagClassName
{
color: #D3038D;
}
</style>
background-color css
<style>
a { background-color: #D3038D; }
a { background-color: rgb(211,3,141); }
div.DivClassName
{
background-color: #D3038D;
}
.BgClassName
{
background-color: #D3038D;
}
</style>
border-color css
<style>
span { border-color: #D3038D; }
span { border-color: rgb(211,3,141); }
td.TdClassName
{
border-color: #D3038D;
}
.TagClassName
{
border-color: #D3038D;
}
</style>