Shades of Deep Magenta #D41EB5
Tints of Deep Magenta #D41EB5
RGB
CMYK
RGB Variations
Color information
#D41EB5 (or 0xD41EB5) is known color: Deep Magenta. HEX triplet: D4, 1E and B5. RGB value is (212,30,181). Sum of RGB (Red+Green+Blue) = 212+30+181=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D41EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41EB5 is #2BE14A. Grayscale: #656565. Windows color (decimal): -2875723 or 11869908. OLE color: 11869908.
HSL color Cylindrical-coordinate representation of color #D41EB5: hue angle of 310.22º degrees, saturation: 0.75, 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 #D41EB5 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 30 | 181 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.17 |
| HSL | 310.22º | 0.75% | 0.47% | - |
| HSV(B) | 310.22º | 0.86% | 0.83% | - |
| XYZ | 35.96 | 18.26 | 45.35 | - |
| YUV | 101.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 181 | 0 | 0.86 | 0.15 | 0.17 | 310.22 | 0.75 | 0.47 |
| Hex | D4 | 1E | B5 | 0 | 56 | F | 11 | 136 | 4B | 2F |
| Octal | 324 | 36 | 265 | 0 | 126 | 17 | 21 | 466 | 113 | 57 |
| Binary | 11010100 | 11110 | 10110101 | 0 | 1010110 | 1111 | 10001 | 100110110 | 1001011 | 101111 |
Color Harmonies of #D41EB5
Complementary color
Monochromatic Colors of #D41EB5
Black with #D41EB5
Text Example
Text Example
White with #D41EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41EB5; }
p { color: rgb(212,30,181); }
H1.HeaderClassName
{
color: #D41EB5;
}
.AnyTagClassName
{
color: #D41EB5;
}
</style>
background-color css
<style>
a { background-color: #D41EB5; }
a { background-color: rgb(212,30,181); }
div.DivClassName
{
background-color: #D41EB5;
}
.BgClassName
{
background-color: #D41EB5;
}
</style>
border-color css
<style>
span { border-color: #D41EB5; }
span { border-color: rgb(212,30,181); }
td.TdClassName
{
border-color: #D41EB5;
}
.TagClassName
{
border-color: #D41EB5;
}
</style>