Shades of Medium Violet Red #D31078
Tints of Medium Violet Red #D31078
RGB
CMYK
RGB Variations
Color information
#D31078 (or 0xD31078) is known color: Medium Violet Red. HEX triplet: D3, 10 and 78. RGB value is (211,16,120). Sum of RGB (Red+Green+Blue) = 211+16+120=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D31078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31078 is #2CEF87. Grayscale: #555555. Windows color (decimal): -2944904 or 7868627. OLE color: 7868627.
HSL color Cylindrical-coordinate representation of color #D31078: hue angle of 328º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31078 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 120 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.17 |
| HSL | 328º | 0.86% | 0.45% | - |
| HSV(B) | 328º | 0.92% | 0.83% | - |
| XYZ | 30.44 | 15.58 | 19.17 | - |
| YUV | 86.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 120 | 0 | 0.92 | 0.43 | 0.17 | 328 | 0.86 | 0.45 |
| Hex | D3 | 10 | 78 | 0 | 5C | 2B | 11 | 148 | 56 | 2D |
| Octal | 323 | 20 | 170 | 0 | 134 | 53 | 21 | 510 | 126 | 55 |
| Binary | 11010011 | 10000 | 1111000 | 0 | 1011100 | 101011 | 10001 | 101001000 | 1010110 | 101101 |
Color Harmonies of #D31078
Complementary color
Monochromatic Colors of #D31078
Black with #D31078
Text Example
Text Example
White with #D31078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31078; }
p { color: rgb(211,16,120); }
H1.HeaderClassName
{
color: #D31078;
}
.AnyTagClassName
{
color: #D31078;
}
</style>
background-color css
<style>
a { background-color: #D31078; }
a { background-color: rgb(211,16,120); }
div.DivClassName
{
background-color: #D31078;
}
.BgClassName
{
background-color: #D31078;
}
</style>
border-color css
<style>
span { border-color: #D31078; }
span { border-color: rgb(211,16,120); }
td.TdClassName
{
border-color: #D31078;
}
.TagClassName
{
border-color: #D31078;
}
</style>