Shades of Medium Violet Red #D41981
Tints of Medium Violet Red #D41981
RGB
CMYK
RGB Variations
Color information
#D41981 (or 0xD41981) is known color: Medium Violet Red. HEX triplet: D4, 19 and 81. RGB value is (212,25,129). Sum of RGB (Red+Green+Blue) = 212+25+129=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D41981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41981 is #2BE67E. Grayscale: #5C5C5C. Windows color (decimal): -2877055 or 8460756. OLE color: 8460756.
HSL color Cylindrical-coordinate representation of color #D41981: hue angle of 326.63º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41981 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 129 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.17 |
| HSL | 326.63º | 0.79% | 0.46% | - |
| HSV(B) | 326.63º | 0.88% | 0.83% | - |
| XYZ | 31.46 | 16.28 | 22.25 | - |
| YUV | 92.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 129 | 0 | 0.88 | 0.39 | 0.17 | 326.63 | 0.79 | 0.46 |
| Hex | D4 | 19 | 81 | 0 | 58 | 27 | 11 | 147 | 4F | 2E |
| Octal | 324 | 31 | 201 | 0 | 130 | 47 | 21 | 507 | 117 | 56 |
| Binary | 11010100 | 11001 | 10000001 | 0 | 1011000 | 100111 | 10001 | 101000111 | 1001111 | 101110 |
Color Harmonies of #D41981
Complementary color
Monochromatic Colors of #D41981
Black with #D41981
Text Example
Text Example
White with #D41981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41981; }
p { color: rgb(212,25,129); }
H1.HeaderClassName
{
color: #D41981;
}
.AnyTagClassName
{
color: #D41981;
}
</style>
background-color css
<style>
a { background-color: #D41981; }
a { background-color: rgb(212,25,129); }
div.DivClassName
{
background-color: #D41981;
}
.BgClassName
{
background-color: #D41981;
}
</style>
border-color css
<style>
span { border-color: #D41981; }
span { border-color: rgb(212,25,129); }
td.TdClassName
{
border-color: #D41981;
}
.TagClassName
{
border-color: #D41981;
}
</style>