Shades of Medium Violet Red #D31379
Tints of Medium Violet Red #D31379
RGB
CMYK
RGB Variations
Color information
#D31379 (or 0xD31379) is known color: Medium Violet Red. HEX triplet: D3, 13 and 79. RGB value is (211,19,121). Sum of RGB (Red+Green+Blue) = 211+19+121=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D31379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31379 is #2CEC86. Grayscale: #575757. Windows color (decimal): -2944135 or 7934931. OLE color: 7934931.
HSL color Cylindrical-coordinate representation of color #D31379: hue angle of 328.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31379 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 121 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.17 |
| HSL | 328.13º | 0.83% | 0.45% | - |
| HSV(B) | 328.13º | 0.91% | 0.83% | - |
| XYZ | 30.55 | 15.7 | 19.51 | - |
| YUV | 88.04 | 146.61 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 121 | 0 | 0.91 | 0.43 | 0.17 | 328.13 | 0.83 | 0.45 |
| Hex | D3 | 13 | 79 | 0 | 5B | 2B | 11 | 148 | 53 | 2D |
| Octal | 323 | 23 | 171 | 0 | 133 | 53 | 21 | 510 | 123 | 55 |
| Binary | 11010011 | 10011 | 1111001 | 0 | 1011011 | 101011 | 10001 | 101001000 | 1010011 | 101101 |
Color Harmonies of #D31379
Complementary color
Monochromatic Colors of #D31379
Black with #D31379
Text Example
Text Example
White with #D31379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31379; }
p { color: rgb(211,19,121); }
H1.HeaderClassName
{
color: #D31379;
}
.AnyTagClassName
{
color: #D31379;
}
</style>
background-color css
<style>
a { background-color: #D31379; }
a { background-color: rgb(211,19,121); }
div.DivClassName
{
background-color: #D31379;
}
.BgClassName
{
background-color: #D31379;
}
</style>
border-color css
<style>
span { border-color: #D31379; }
span { border-color: rgb(211,19,121); }
td.TdClassName
{
border-color: #D31379;
}
.TagClassName
{
border-color: #D31379;
}
</style>