Shades of Medium Violet Red #D41DAC
Tints of Medium Violet Red #D41DAC
RGB
CMYK
RGB Variations
Color information
#D41DAC (or 0xD41DAC) is known color: Medium Violet Red. HEX triplet: D4, 1D and AC. RGB value is (212,29,172). Sum of RGB (Red+Green+Blue) = 212+29+172=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41DAC is #2BE253. Grayscale: #636363. Windows color (decimal): -2875988 or 11279828. OLE color: 11279828.
HSL color Cylindrical-coordinate representation of color #D41DAC: hue angle of 313.11º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41DAC is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 172 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.17 |
| HSL | 313.11º | 0.76% | 0.47% | - |
| HSV(B) | 313.11º | 0.86% | 0.83% | - |
| XYZ | 35.04 | 17.85 | 40.63 | - |
| YUV | 100.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 172 | 0 | 0.86 | 0.19 | 0.17 | 313.11 | 0.76 | 0.47 |
| Hex | D4 | 1D | AC | 0 | 56 | 13 | 11 | 139 | 4C | 2F |
| Octal | 324 | 35 | 254 | 0 | 126 | 23 | 21 | 471 | 114 | 57 |
| Binary | 11010100 | 11101 | 10101100 | 0 | 1010110 | 10011 | 10001 | 100111001 | 1001100 | 101111 |
Color Harmonies of #D41DAC
Complementary color
Monochromatic Colors of #D41DAC
Black with #D41DAC
Text Example
Text Example
White with #D41DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DAC; }
p { color: rgb(212,29,172); }
H1.HeaderClassName
{
color: #D41DAC;
}
.AnyTagClassName
{
color: #D41DAC;
}
</style>
background-color css
<style>
a { background-color: #D41DAC; }
a { background-color: rgb(212,29,172); }
div.DivClassName
{
background-color: #D41DAC;
}
.BgClassName
{
background-color: #D41DAC;
}
</style>
border-color css
<style>
span { border-color: #D41DAC; }
span { border-color: rgb(212,29,172); }
td.TdClassName
{
border-color: #D41DAC;
}
.TagClassName
{
border-color: #D41DAC;
}
</style>