Shades of Medium Violet Red #D312A0
Tints of Medium Violet Red #D312A0
RGB
CMYK
RGB Variations
Color information
#D312A0 (or 0xD312A0) is known color: Medium Violet Red. HEX triplet: D3, 12 and A0. RGB value is (211,18,160). Sum of RGB (Red+Green+Blue) = 211+18+160=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D312A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D312A0 is #2CED5F. Grayscale: #5B5B5B. Windows color (decimal): -2944352 or 10490579. OLE color: 10490579.
HSL color Cylindrical-coordinate representation of color #D312A0: hue angle of 315.85º degrees, saturation: 0.84, 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 #D312A0 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 160 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.17 |
| HSL | 315.85º | 0.84% | 0.45% | - |
| HSV(B) | 315.85º | 0.91% | 0.83% | - |
| XYZ | 33.43 | 16.82 | 34.74 | - |
| YUV | 91.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 160 | 0 | 0.91 | 0.24 | 0.17 | 315.85 | 0.84 | 0.45 |
| Hex | D3 | 12 | A0 | 0 | 5B | 18 | 11 | 13C | 54 | 2D |
| Octal | 323 | 22 | 240 | 0 | 133 | 30 | 21 | 474 | 124 | 55 |
| Binary | 11010011 | 10010 | 10100000 | 0 | 1011011 | 11000 | 10001 | 100111100 | 1010100 | 101101 |
Color Harmonies of #D312A0
Complementary color
Monochromatic Colors of #D312A0
Black with #D312A0
Text Example
Text Example
White with #D312A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312A0; }
p { color: rgb(211,18,160); }
H1.HeaderClassName
{
color: #D312A0;
}
.AnyTagClassName
{
color: #D312A0;
}
</style>
background-color css
<style>
a { background-color: #D312A0; }
a { background-color: rgb(211,18,160); }
div.DivClassName
{
background-color: #D312A0;
}
.BgClassName
{
background-color: #D312A0;
}
</style>
border-color css
<style>
span { border-color: #D312A0; }
span { border-color: rgb(211,18,160); }
td.TdClassName
{
border-color: #D312A0;
}
.TagClassName
{
border-color: #D312A0;
}
</style>