Shades of Deep Magenta #D41AB9
Tints of Deep Magenta #D41AB9
RGB
CMYK
RGB Variations
Color information
#D41AB9 (or 0xD41AB9) is known color: Deep Magenta. HEX triplet: D4, 1A and B9. RGB value is (212,26,185). Sum of RGB (Red+Green+Blue) = 212+26+185=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D41AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AB9 is #2BE546. Grayscale: #636363. Windows color (decimal): -2876743 or 12131028. OLE color: 12131028.
HSL color Cylindrical-coordinate representation of color #D41AB9: hue angle of 308.71º 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 #D41AB9 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 185 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.17 |
| HSL | 308.71º | 0.78% | 0.47% | - |
| HSV(B) | 308.71º | 0.88% | 0.83% | - |
| XYZ | 36.28 | 18.24 | 47.51 | - |
| YUV | 99.74 | 176.12 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 185 | 0 | 0.88 | 0.13 | 0.17 | 308.71 | 0.78 | 0.47 |
| Hex | D4 | 1A | B9 | 0 | 58 | D | 11 | 135 | 4E | 2F |
| Octal | 324 | 32 | 271 | 0 | 130 | 15 | 21 | 465 | 116 | 57 |
| Binary | 11010100 | 11010 | 10111001 | 0 | 1011000 | 1101 | 10001 | 100110101 | 1001110 | 101111 |
Color Harmonies of #D41AB9
Complementary color
Monochromatic Colors of #D41AB9
Black with #D41AB9
Text Example
Text Example
White with #D41AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AB9; }
p { color: rgb(212,26,185); }
H1.HeaderClassName
{
color: #D41AB9;
}
.AnyTagClassName
{
color: #D41AB9;
}
</style>
background-color css
<style>
a { background-color: #D41AB9; }
a { background-color: rgb(212,26,185); }
div.DivClassName
{
background-color: #D41AB9;
}
.BgClassName
{
background-color: #D41AB9;
}
</style>
border-color css
<style>
span { border-color: #D41AB9; }
span { border-color: rgb(212,26,185); }
td.TdClassName
{
border-color: #D41AB9;
}
.TagClassName
{
border-color: #D41AB9;
}
</style>