Shades of Medium Violet Red #D417A1
Tints of Medium Violet Red #D417A1
RGB
CMYK
RGB Variations
Color information
#D417A1 (or 0xD417A1) is known color: Medium Violet Red. HEX triplet: D4, 17 and A1. RGB value is (212,23,161). Sum of RGB (Red+Green+Blue) = 212+23+161=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D417A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D417A1 is #2BE85E. Grayscale: #5E5E5E. Windows color (decimal): -2877535 or 10557396. OLE color: 10557396.
HSL color Cylindrical-coordinate representation of color #D417A1: hue angle of 316.19º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D417A1 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 161 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.17 |
| HSL | 316.19º | 0.8% | 0.46% | - |
| HSV(B) | 316.19º | 0.89% | 0.83% | - |
| XYZ | 33.89 | 17.18 | 35.25 | - |
| YUV | 95.24 | 165.12 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 161 | 0 | 0.89 | 0.24 | 0.17 | 316.19 | 0.8 | 0.46 |
| Hex | D4 | 17 | A1 | 0 | 59 | 18 | 11 | 13C | 50 | 2E |
| Octal | 324 | 27 | 241 | 0 | 131 | 30 | 21 | 474 | 120 | 56 |
| Binary | 11010100 | 10111 | 10100001 | 0 | 1011001 | 11000 | 10001 | 100111100 | 1010000 | 101110 |
Color Harmonies of #D417A1
Complementary color
Monochromatic Colors of #D417A1
Black with #D417A1
Text Example
Text Example
White with #D417A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417A1; }
p { color: rgb(212,23,161); }
H1.HeaderClassName
{
color: #D417A1;
}
.AnyTagClassName
{
color: #D417A1;
}
</style>
background-color css
<style>
a { background-color: #D417A1; }
a { background-color: rgb(212,23,161); }
div.DivClassName
{
background-color: #D417A1;
}
.BgClassName
{
background-color: #D417A1;
}
</style>
border-color css
<style>
span { border-color: #D417A1; }
span { border-color: rgb(212,23,161); }
td.TdClassName
{
border-color: #D417A1;
}
.TagClassName
{
border-color: #D417A1;
}
</style>