Shades of Medium Violet Red #D416A0
Tints of Medium Violet Red #D416A0
RGB
CMYK
RGB Variations
Color information
#D416A0 (or 0xD416A0) is known color: Medium Violet Red. HEX triplet: D4, 16 and A0. RGB value is (212,22,160). Sum of RGB (Red+Green+Blue) = 212+22+160=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D416A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D416A0 is #2BE95F. Grayscale: #5E5E5E. Windows color (decimal): -2877792 or 10491604. OLE color: 10491604.
HSL color Cylindrical-coordinate representation of color #D416A0: hue angle of 316.42º 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 #D416A0 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 160 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.17 |
| HSL | 316.42º | 0.81% | 0.46% | - |
| HSV(B) | 316.42º | 0.9% | 0.83% | - |
| XYZ | 33.78 | 17.11 | 34.78 | - |
| YUV | 94.54 | 164.95 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 160 | 0 | 0.90 | 0.25 | 0.17 | 316.42 | 0.81 | 0.46 |
| Hex | D4 | 16 | A0 | 0 | 5A | 19 | 11 | 13C | 51 | 2E |
| Octal | 324 | 26 | 240 | 0 | 132 | 31 | 21 | 474 | 121 | 56 |
| Binary | 11010100 | 10110 | 10100000 | 0 | 1011010 | 11001 | 10001 | 100111100 | 1010001 | 101110 |
Color Harmonies of #D416A0
Complementary color
Monochromatic Colors of #D416A0
Black with #D416A0
Text Example
Text Example
White with #D416A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416A0; }
p { color: rgb(212,22,160); }
H1.HeaderClassName
{
color: #D416A0;
}
.AnyTagClassName
{
color: #D416A0;
}
</style>
background-color css
<style>
a { background-color: #D416A0; }
a { background-color: rgb(212,22,160); }
div.DivClassName
{
background-color: #D416A0;
}
.BgClassName
{
background-color: #D416A0;
}
</style>
border-color css
<style>
span { border-color: #D416A0; }
span { border-color: rgb(212,22,160); }
td.TdClassName
{
border-color: #D416A0;
}
.TagClassName
{
border-color: #D416A0;
}
</style>