Shades of Deep Magenta #D41AD2
Tints of Deep Magenta #D41AD2
RGB
CMYK
RGB Variations
Color information
#D41AD2 (or 0xD41AD2) is known color: Deep Magenta. HEX triplet: D4, 1A and D2. RGB value is (212,26,210). Sum of RGB (Red+Green+Blue) = 212+26+210=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D41AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AD2 is #2BE52D. Grayscale: #666666. Windows color (decimal): -2876718 or 13769428. OLE color: 13769428.
HSL color Cylindrical-coordinate representation of color #D41AD2: hue angle of 300.65º 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 #D41AD2 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 210 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.17 |
| HSL | 300.65º | 0.78% | 0.47% | - |
| HSV(B) | 300.65º | 0.88% | 0.83% | - |
| XYZ | 39.15 | 19.39 | 62.65 | - |
| YUV | 102.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 210 | 0 | 0.88 | 0.01 | 0.17 | 300.65 | 0.78 | 0.47 |
| Hex | D4 | 1A | D2 | 0 | 58 | 1 | 11 | 12D | 4E | 2F |
| Octal | 324 | 32 | 322 | 0 | 130 | 1 | 21 | 455 | 116 | 57 |
| Binary | 11010100 | 11010 | 11010010 | 0 | 1011000 | 1 | 10001 | 100101101 | 1001110 | 101111 |
Color Harmonies of #D41AD2
Complementary color
Monochromatic Colors of #D41AD2
Black with #D41AD2
Text Example
Text Example
White with #D41AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AD2; }
p { color: rgb(212,26,210); }
H1.HeaderClassName
{
color: #D41AD2;
}
.AnyTagClassName
{
color: #D41AD2;
}
</style>
background-color css
<style>
a { background-color: #D41AD2; }
a { background-color: rgb(212,26,210); }
div.DivClassName
{
background-color: #D41AD2;
}
.BgClassName
{
background-color: #D41AD2;
}
</style>
border-color css
<style>
span { border-color: #D41AD2; }
span { border-color: rgb(212,26,210); }
td.TdClassName
{
border-color: #D41AD2;
}
.TagClassName
{
border-color: #D41AD2;
}
</style>