Shades of Deep Magenta #D41AB8
Tints of Deep Magenta #D41AB8
RGB
CMYK
RGB Variations
Color information
#D41AB8 (or 0xD41AB8) is known color: Deep Magenta. HEX triplet: D4, 1A and B8. RGB value is (212,26,184). Sum of RGB (Red+Green+Blue) = 212+26+184=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D41AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AB8 is #2BE547. Grayscale: #636363. Windows color (decimal): -2876744 or 12065492. OLE color: 12065492.
HSL color Cylindrical-coordinate representation of color #D41AB8: hue angle of 309.03º 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 #D41AB8 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 184 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.17 |
| HSL | 309.03º | 0.78% | 0.47% | - |
| HSV(B) | 309.03º | 0.88% | 0.83% | - |
| XYZ | 36.17 | 18.2 | 46.95 | - |
| YUV | 99.63 | 175.62 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 184 | 0 | 0.88 | 0.13 | 0.17 | 309.03 | 0.78 | 0.47 |
| Hex | D4 | 1A | B8 | 0 | 58 | D | 11 | 135 | 4E | 2F |
| Octal | 324 | 32 | 270 | 0 | 130 | 15 | 21 | 465 | 116 | 57 |
| Binary | 11010100 | 11010 | 10111000 | 0 | 1011000 | 1101 | 10001 | 100110101 | 1001110 | 101111 |
Color Harmonies of #D41AB8
Complementary color
Monochromatic Colors of #D41AB8
Black with #D41AB8
Text Example
Text Example
White with #D41AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AB8; }
p { color: rgb(212,26,184); }
H1.HeaderClassName
{
color: #D41AB8;
}
.AnyTagClassName
{
color: #D41AB8;
}
</style>
background-color css
<style>
a { background-color: #D41AB8; }
a { background-color: rgb(212,26,184); }
div.DivClassName
{
background-color: #D41AB8;
}
.BgClassName
{
background-color: #D41AB8;
}
</style>
border-color css
<style>
span { border-color: #D41AB8; }
span { border-color: rgb(212,26,184); }
td.TdClassName
{
border-color: #D41AB8;
}
.TagClassName
{
border-color: #D41AB8;
}
</style>