Shades of Deep Magenta #D41EB4
Tints of Deep Magenta #D41EB4
RGB
CMYK
RGB Variations
Color information
#D41EB4 (or 0xD41EB4) is known color: Deep Magenta. HEX triplet: D4, 1E and B4. RGB value is (212,30,180). Sum of RGB (Red+Green+Blue) = 212+30+180=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D41EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41EB4 is #2BE14B. Grayscale: #656565. Windows color (decimal): -2875724 or 11804372. OLE color: 11804372.
HSL color Cylindrical-coordinate representation of color #D41EB4: hue angle of 310.55º 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 #D41EB4 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 30 | 180 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.17 |
| HSL | 310.55º | 0.75% | 0.47% | - |
| HSV(B) | 310.55º | 0.86% | 0.83% | - |
| XYZ | 35.85 | 18.22 | 44.81 | - |
| YUV | 101.52 | 172.3 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 180 | 0 | 0.86 | 0.15 | 0.17 | 310.55 | 0.75 | 0.47 |
| Hex | D4 | 1E | B4 | 0 | 56 | F | 11 | 137 | 4B | 2F |
| Octal | 324 | 36 | 264 | 0 | 126 | 17 | 21 | 467 | 113 | 57 |
| Binary | 11010100 | 11110 | 10110100 | 0 | 1010110 | 1111 | 10001 | 100110111 | 1001011 | 101111 |
Color Harmonies of #D41EB4
Complementary color
Monochromatic Colors of #D41EB4
Black with #D41EB4
Text Example
Text Example
White with #D41EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41EB4; }
p { color: rgb(212,30,180); }
H1.HeaderClassName
{
color: #D41EB4;
}
.AnyTagClassName
{
color: #D41EB4;
}
</style>
background-color css
<style>
a { background-color: #D41EB4; }
a { background-color: rgb(212,30,180); }
div.DivClassName
{
background-color: #D41EB4;
}
.BgClassName
{
background-color: #D41EB4;
}
</style>
border-color css
<style>
span { border-color: #D41EB4; }
span { border-color: rgb(212,30,180); }
td.TdClassName
{
border-color: #D41EB4;
}
.TagClassName
{
border-color: #D41EB4;
}
</style>