Shades of Medium Violet Red #D41A85
Tints of Medium Violet Red #D41A85
RGB
CMYK
RGB Variations
Color information
#D41A85 (or 0xD41A85) is known color: Medium Violet Red. HEX triplet: D4, 1A and 85. RGB value is (212,26,133). Sum of RGB (Red+Green+Blue) = 212+26+133=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41A85 is #2BE57A. Grayscale: #5D5D5D. Windows color (decimal): -2876795 or 8723156. OLE color: 8723156.
HSL color Cylindrical-coordinate representation of color #D41A85: hue angle of 325.48º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A85 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 133 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.17 |
| HSL | 325.48º | 0.78% | 0.47% | - |
| HSV(B) | 325.48º | 0.88% | 0.83% | - |
| XYZ | 31.75 | 16.43 | 23.69 | - |
| YUV | 93.81 | 150.12 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 133 | 0 | 0.88 | 0.37 | 0.17 | 325.48 | 0.78 | 0.47 |
| Hex | D4 | 1A | 85 | 0 | 58 | 25 | 11 | 145 | 4E | 2F |
| Octal | 324 | 32 | 205 | 0 | 130 | 45 | 21 | 505 | 116 | 57 |
| Binary | 11010100 | 11010 | 10000101 | 0 | 1011000 | 100101 | 10001 | 101000101 | 1001110 | 101111 |
Color Harmonies of #D41A85
Complementary color
Monochromatic Colors of #D41A85
Black with #D41A85
Text Example
Text Example
White with #D41A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A85; }
p { color: rgb(212,26,133); }
H1.HeaderClassName
{
color: #D41A85;
}
.AnyTagClassName
{
color: #D41A85;
}
</style>
background-color css
<style>
a { background-color: #D41A85; }
a { background-color: rgb(212,26,133); }
div.DivClassName
{
background-color: #D41A85;
}
.BgClassName
{
background-color: #D41A85;
}
</style>
border-color css
<style>
span { border-color: #D41A85; }
span { border-color: rgb(212,26,133); }
td.TdClassName
{
border-color: #D41A85;
}
.TagClassName
{
border-color: #D41A85;
}
</style>