Shades of Medium Violet Red #D417A3
Tints of Medium Violet Red #D417A3
RGB
CMYK
RGB Variations
Color information
#D417A3 (or 0xD417A3) is known color: Medium Violet Red. HEX triplet: D4, 17 and A3. RGB value is (212,23,163). Sum of RGB (Red+Green+Blue) = 212+23+163=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D417A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D417A3 is #2BE85C. Grayscale: #5F5F5F. Windows color (decimal): -2877533 or 10688468. OLE color: 10688468.
HSL color Cylindrical-coordinate representation of color #D417A3: hue angle of 315.56º 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 #D417A3 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 163 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.17 |
| HSL | 315.56º | 0.8% | 0.46% | - |
| HSV(B) | 315.56º | 0.89% | 0.83% | - |
| XYZ | 34.07 | 17.25 | 36.19 | - |
| YUV | 95.47 | 166.12 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 163 | 0 | 0.89 | 0.23 | 0.17 | 315.56 | 0.8 | 0.46 |
| Hex | D4 | 17 | A3 | 0 | 59 | 17 | 11 | 13C | 50 | 2E |
| Octal | 324 | 27 | 243 | 0 | 131 | 27 | 21 | 474 | 120 | 56 |
| Binary | 11010100 | 10111 | 10100011 | 0 | 1011001 | 10111 | 10001 | 100111100 | 1010000 | 101110 |
Color Harmonies of #D417A3
Complementary color
Monochromatic Colors of #D417A3
Black with #D417A3
Text Example
Text Example
White with #D417A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417A3; }
p { color: rgb(212,23,163); }
H1.HeaderClassName
{
color: #D417A3;
}
.AnyTagClassName
{
color: #D417A3;
}
</style>
background-color css
<style>
a { background-color: #D417A3; }
a { background-color: rgb(212,23,163); }
div.DivClassName
{
background-color: #D417A3;
}
.BgClassName
{
background-color: #D417A3;
}
</style>
border-color css
<style>
span { border-color: #D417A3; }
span { border-color: rgb(212,23,163); }
td.TdClassName
{
border-color: #D417A3;
}
.TagClassName
{
border-color: #D417A3;
}
</style>