Shades of Medium Violet Red #D41A83
Tints of Medium Violet Red #D41A83
RGB
CMYK
RGB Variations
Color information
#D41A83 (or 0xD41A83) is known color: Medium Violet Red. HEX triplet: D4, 1A and 83. RGB value is (212,26,131). Sum of RGB (Red+Green+Blue) = 212+26+131=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41A83 is #2BE57C. Grayscale: #5D5D5D. Windows color (decimal): -2876797 or 8592084. OLE color: 8592084.
HSL color Cylindrical-coordinate representation of color #D41A83: hue angle of 326.13º 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 #D41A83 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 131 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.17 |
| HSL | 326.13º | 0.78% | 0.47% | - |
| HSV(B) | 326.13º | 0.88% | 0.83% | - |
| XYZ | 31.62 | 16.37 | 22.97 | - |
| YUV | 93.58 | 149.12 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 131 | 0 | 0.88 | 0.38 | 0.17 | 326.13 | 0.78 | 0.47 |
| Hex | D4 | 1A | 83 | 0 | 58 | 26 | 11 | 146 | 4E | 2F |
| Octal | 324 | 32 | 203 | 0 | 130 | 46 | 21 | 506 | 116 | 57 |
| Binary | 11010100 | 11010 | 10000011 | 0 | 1011000 | 100110 | 10001 | 101000110 | 1001110 | 101111 |
Color Harmonies of #D41A83
Complementary color
Monochromatic Colors of #D41A83
Black with #D41A83
Text Example
Text Example
White with #D41A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A83; }
p { color: rgb(212,26,131); }
H1.HeaderClassName
{
color: #D41A83;
}
.AnyTagClassName
{
color: #D41A83;
}
</style>
background-color css
<style>
a { background-color: #D41A83; }
a { background-color: rgb(212,26,131); }
div.DivClassName
{
background-color: #D41A83;
}
.BgClassName
{
background-color: #D41A83;
}
</style>
border-color css
<style>
span { border-color: #D41A83; }
span { border-color: rgb(212,26,131); }
td.TdClassName
{
border-color: #D41A83;
}
.TagClassName
{
border-color: #D41A83;
}
</style>