Shades of Medium Violet Red #D316AA
Tints of Medium Violet Red #D316AA
RGB
CMYK
RGB Variations
Color information
#D316AA (or 0xD316AA) is known color: Medium Violet Red. HEX triplet: D3, 16 and AA. RGB value is (211,22,170). Sum of RGB (Red+Green+Blue) = 211+22+170=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D316AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D316AA is #2CE955. Grayscale: #5E5E5E. Windows color (decimal): -2943318 or 11146963. OLE color: 11146963.
HSL color Cylindrical-coordinate representation of color #D316AA: hue angle of 313.02º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D316AA is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 170 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.17 |
| HSL | 313.02º | 0.81% | 0.46% | - |
| HSV(B) | 313.02º | 0.9% | 0.83% | - |
| XYZ | 34.41 | 17.32 | 39.56 | - |
| YUV | 95.38 | 170.12 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 170 | 0 | 0.90 | 0.19 | 0.17 | 313.02 | 0.81 | 0.46 |
| Hex | D3 | 16 | AA | 0 | 5A | 13 | 11 | 139 | 51 | 2E |
| Octal | 323 | 26 | 252 | 0 | 132 | 23 | 21 | 471 | 121 | 56 |
| Binary | 11010011 | 10110 | 10101010 | 0 | 1011010 | 10011 | 10001 | 100111001 | 1010001 | 101110 |
Color Harmonies of #D316AA
Complementary color
Monochromatic Colors of #D316AA
Black with #D316AA
Text Example
Text Example
White with #D316AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316AA; }
p { color: rgb(211,22,170); }
H1.HeaderClassName
{
color: #D316AA;
}
.AnyTagClassName
{
color: #D316AA;
}
</style>
background-color css
<style>
a { background-color: #D316AA; }
a { background-color: rgb(211,22,170); }
div.DivClassName
{
background-color: #D316AA;
}
.BgClassName
{
background-color: #D316AA;
}
</style>
border-color css
<style>
span { border-color: #D316AA; }
span { border-color: rgb(211,22,170); }
td.TdClassName
{
border-color: #D316AA;
}
.TagClassName
{
border-color: #D316AA;
}
</style>