Shades of Deep Magenta #D41AD8
Tints of Deep Magenta #D41AD8
RGB
CMYK
RGB Variations
Color information
#D41AD8 (or 0xD41AD8) is known color: Deep Magenta. HEX triplet: D4, 1A and D8. RGB value is (212,26,216). Sum of RGB (Red+Green+Blue) = 212+26+216=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #D41AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AD8 is #2BE527. Grayscale: #666666. Windows color (decimal): -2876712 or 14162644. OLE color: 14162644.
HSL color Cylindrical-coordinate representation of color #D41AD8: hue angle of 298.74º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41AD8 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 26 | 216 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.15 |
| HSL | 298.74º | 0.79% | 0.47% | - |
| HSV(B) | 298.74º | 0.88% | 0.85% | - |
| XYZ | 39.92 | 19.69 | 66.66 | - |
| YUV | 103.27 | 191.62 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 216 | 0.02 | 0.88 | 0 | 0.15 | 298.74 | 0.79 | 0.47 |
| Hex | D4 | 1A | D8 | 2 | 58 | 0 | F | 12B | 4F | 2F |
| Octal | 324 | 32 | 330 | 2 | 130 | 0 | 17 | 453 | 117 | 57 |
| Binary | 11010100 | 11010 | 11011000 | 10 | 1011000 | 0 | 1111 | 100101011 | 1001111 | 101111 |
Color Harmonies of #D41AD8
Complementary color
Monochromatic Colors of #D41AD8
Black with #D41AD8
Text Example
Text Example
White with #D41AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AD8; }
p { color: rgb(212,26,216); }
H1.HeaderClassName
{
color: #D41AD8;
}
.AnyTagClassName
{
color: #D41AD8;
}
</style>
background-color css
<style>
a { background-color: #D41AD8; }
a { background-color: rgb(212,26,216); }
div.DivClassName
{
background-color: #D41AD8;
}
.BgClassName
{
background-color: #D41AD8;
}
</style>
border-color css
<style>
span { border-color: #D41AD8; }
span { border-color: rgb(212,26,216); }
td.TdClassName
{
border-color: #D41AD8;
}
.TagClassName
{
border-color: #D41AD8;
}
</style>