Shades of Medium Violet Red #D41A8A
Tints of Medium Violet Red #D41A8A
RGB
CMYK
RGB Variations
Color information
#D41A8A (or 0xD41A8A) is known color: Medium Violet Red. HEX triplet: D4, 1A and 8A. RGB value is (212,26,138). Sum of RGB (Red+Green+Blue) = 212+26+138=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41A8A is #2BE575. Grayscale: #5E5E5E. Windows color (decimal): -2876790 or 9050836. OLE color: 9050836.
HSL color Cylindrical-coordinate representation of color #D41A8A: hue angle of 323.87º 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 #D41A8A is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 138 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.17 |
| HSL | 323.87º | 0.78% | 0.47% | - |
| HSV(B) | 323.87º | 0.88% | 0.83% | - |
| XYZ | 32.11 | 16.57 | 25.55 | - |
| YUV | 94.38 | 152.62 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 138 | 0 | 0.88 | 0.35 | 0.17 | 323.87 | 0.78 | 0.47 |
| Hex | D4 | 1A | 8A | 0 | 58 | 23 | 11 | 144 | 4E | 2F |
| Octal | 324 | 32 | 212 | 0 | 130 | 43 | 21 | 504 | 116 | 57 |
| Binary | 11010100 | 11010 | 10001010 | 0 | 1011000 | 100011 | 10001 | 101000100 | 1001110 | 101111 |
Color Harmonies of #D41A8A
Complementary color
Monochromatic Colors of #D41A8A
Black with #D41A8A
Text Example
Text Example
White with #D41A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A8A; }
p { color: rgb(212,26,138); }
H1.HeaderClassName
{
color: #D41A8A;
}
.AnyTagClassName
{
color: #D41A8A;
}
</style>
background-color css
<style>
a { background-color: #D41A8A; }
a { background-color: rgb(212,26,138); }
div.DivClassName
{
background-color: #D41A8A;
}
.BgClassName
{
background-color: #D41A8A;
}
</style>
border-color css
<style>
span { border-color: #D41A8A; }
span { border-color: rgb(212,26,138); }
td.TdClassName
{
border-color: #D41A8A;
}
.TagClassName
{
border-color: #D41A8A;
}
</style>