Shades of Medium Violet Red #D41DA1
Tints of Medium Violet Red #D41DA1
RGB
CMYK
RGB Variations
Color information
#D41DA1 (or 0xD41DA1) is known color: Medium Violet Red. HEX triplet: D4, 1D and A1. RGB value is (212,29,161). Sum of RGB (Red+Green+Blue) = 212+29+161=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41DA1 is #2BE25E. Grayscale: #626262. Windows color (decimal): -2875999 or 10558932. OLE color: 10558932.
HSL color Cylindrical-coordinate representation of color #D41DA1: hue angle of 316.72º 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 #D41DA1 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 161 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.17 |
| HSL | 316.72º | 0.76% | 0.47% | - |
| HSV(B) | 316.72º | 0.86% | 0.83% | - |
| XYZ | 34.02 | 17.45 | 35.29 | - |
| YUV | 98.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 161 | 0 | 0.86 | 0.24 | 0.17 | 316.72 | 0.76 | 0.47 |
| Hex | D4 | 1D | A1 | 0 | 56 | 18 | 11 | 13D | 4C | 2F |
| Octal | 324 | 35 | 241 | 0 | 126 | 30 | 21 | 475 | 114 | 57 |
| Binary | 11010100 | 11101 | 10100001 | 0 | 1010110 | 11000 | 10001 | 100111101 | 1001100 | 101111 |
Color Harmonies of #D41DA1
Complementary color
Monochromatic Colors of #D41DA1
Black with #D41DA1
Text Example
Text Example
White with #D41DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DA1; }
p { color: rgb(212,29,161); }
H1.HeaderClassName
{
color: #D41DA1;
}
.AnyTagClassName
{
color: #D41DA1;
}
</style>
background-color css
<style>
a { background-color: #D41DA1; }
a { background-color: rgb(212,29,161); }
div.DivClassName
{
background-color: #D41DA1;
}
.BgClassName
{
background-color: #D41DA1;
}
</style>
border-color css
<style>
span { border-color: #D41DA1; }
span { border-color: rgb(212,29,161); }
td.TdClassName
{
border-color: #D41DA1;
}
.TagClassName
{
border-color: #D41DA1;
}
</style>