Shades of Deep Magenta #D41ADA
Tints of Deep Magenta #D41ADA
RGB
CMYK
RGB Variations
Color information
#D41ADA (or 0xD41ADA) is known color: Deep Magenta. HEX triplet: D4, 1A and DA. RGB value is (212,26,218). Sum of RGB (Red+Green+Blue) = 212+26+218=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #D41ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ADA is #2BE525. Grayscale: #666666. Windows color (decimal): -2876710 or 14293716. OLE color: 14293716.
HSL color Cylindrical-coordinate representation of color #D41ADA: hue angle of 298.12º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41ADA is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 26 | 218 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.15 |
| HSL | 298.13º | 0.79% | 0.48% | - |
| HSV(B) | 298.13º | 0.88% | 0.85% | - |
| XYZ | 40.18 | 19.8 | 68.03 | - |
| YUV | 103.5 | 192.62 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 218 | 0.03 | 0.88 | 0 | 0.15 | 298.13 | 0.79 | 0.48 |
| Hex | D4 | 1A | DA | 3 | 58 | 0 | F | 12A | 4F | 30 |
| Octal | 324 | 32 | 332 | 3 | 130 | 0 | 17 | 452 | 117 | 60 |
| Binary | 11010100 | 11010 | 11011010 | 11 | 1011000 | 0 | 1111 | 100101010 | 1001111 | 110000 |
Color Harmonies of #D41ADA
Complementary color
Monochromatic Colors of #D41ADA
Black with #D41ADA
Text Example
Text Example
White with #D41ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41ADA; }
p { color: rgb(212,26,218); }
H1.HeaderClassName
{
color: #D41ADA;
}
.AnyTagClassName
{
color: #D41ADA;
}
</style>
background-color css
<style>
a { background-color: #D41ADA; }
a { background-color: rgb(212,26,218); }
div.DivClassName
{
background-color: #D41ADA;
}
.BgClassName
{
background-color: #D41ADA;
}
</style>
border-color css
<style>
span { border-color: #D41ADA; }
span { border-color: rgb(212,26,218); }
td.TdClassName
{
border-color: #D41ADA;
}
.TagClassName
{
border-color: #D41ADA;
}
</style>