Shades of Medium Violet Red #D32078
Tints of Medium Violet Red #D32078
RGB
CMYK
RGB Variations
Color information
#D32078 (or 0xD32078) is known color: Medium Violet Red. HEX triplet: D3, 20 and 78. RGB value is (211,32,120). Sum of RGB (Red+Green+Blue) = 211+32+120=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D32078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32078 is #2CDF87. Grayscale: #5F5F5F. Windows color (decimal): -2940808 or 7872723. OLE color: 7872723.
HSL color Cylindrical-coordinate representation of color #D32078: hue angle of 330.5º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D32078 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 120 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.17 |
| HSL | 330.5º | 0.74% | 0.48% | - |
| HSV(B) | 330.5º | 0.85% | 0.83% | - |
| XYZ | 30.77 | 16.24 | 19.28 | - |
| YUV | 95.55 | 141.8 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 120 | 0 | 0.85 | 0.43 | 0.17 | 330.5 | 0.74 | 0.48 |
| Hex | D3 | 20 | 78 | 0 | 55 | 2B | 11 | 14B | 4A | 30 |
| Octal | 323 | 40 | 170 | 0 | 125 | 53 | 21 | 513 | 112 | 60 |
| Binary | 11010011 | 100000 | 1111000 | 0 | 1010101 | 101011 | 10001 | 101001011 | 1001010 | 110000 |
Color Harmonies of #D32078
Complementary color
Monochromatic Colors of #D32078
Black with #D32078
Text Example
Text Example
White with #D32078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32078; }
p { color: rgb(211,32,120); }
H1.HeaderClassName
{
color: #D32078;
}
.AnyTagClassName
{
color: #D32078;
}
</style>
background-color css
<style>
a { background-color: #D32078; }
a { background-color: rgb(211,32,120); }
div.DivClassName
{
background-color: #D32078;
}
.BgClassName
{
background-color: #D32078;
}
</style>
border-color css
<style>
span { border-color: #D32078; }
span { border-color: rgb(211,32,120); }
td.TdClassName
{
border-color: #D32078;
}
.TagClassName
{
border-color: #D32078;
}
</style>