Shades of Deep Magenta #D41AB5
Tints of Deep Magenta #D41AB5
RGB
CMYK
RGB Variations
Color information
#D41AB5 (or 0xD41AB5) is known color: Deep Magenta. HEX triplet: D4, 1A and B5. RGB value is (212,26,181). Sum of RGB (Red+Green+Blue) = 212+26+181=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D41AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AB5 is #2BE54A. Grayscale: #626262. Windows color (decimal): -2876747 or 11868884. OLE color: 11868884.
HSL color Cylindrical-coordinate representation of color #D41AB5: hue angle of 310º 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 #D41AB5 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 181 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.17 |
| HSL | 310º | 0.78% | 0.47% | - |
| HSV(B) | 310º | 0.88% | 0.83% | - |
| XYZ | 35.86 | 18.07 | 45.31 | - |
| YUV | 99.28 | 174.12 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 181 | 0 | 0.88 | 0.15 | 0.17 | 310 | 0.78 | 0.47 |
| Hex | D4 | 1A | B5 | 0 | 58 | F | 11 | 136 | 4E | 2F |
| Octal | 324 | 32 | 265 | 0 | 130 | 17 | 21 | 466 | 116 | 57 |
| Binary | 11010100 | 11010 | 10110101 | 0 | 1011000 | 1111 | 10001 | 100110110 | 1001110 | 101111 |
Color Harmonies of #D41AB5
Complementary color
Monochromatic Colors of #D41AB5
Black with #D41AB5
Text Example
Text Example
White with #D41AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AB5; }
p { color: rgb(212,26,181); }
H1.HeaderClassName
{
color: #D41AB5;
}
.AnyTagClassName
{
color: #D41AB5;
}
</style>
background-color css
<style>
a { background-color: #D41AB5; }
a { background-color: rgb(212,26,181); }
div.DivClassName
{
background-color: #D41AB5;
}
.BgClassName
{
background-color: #D41AB5;
}
</style>
border-color css
<style>
span { border-color: #D41AB5; }
span { border-color: rgb(212,26,181); }
td.TdClassName
{
border-color: #D41AB5;
}
.TagClassName
{
border-color: #D41AB5;
}
</style>