Shades of Deep Magenta #D41ADE
Tints of Deep Magenta #D41ADE
RGB
CMYK
RGB Variations
Color information
#D41ADE (or 0xD41ADE) is known color: Deep Magenta. HEX triplet: D4, 1A and DE. RGB value is (212,26,222). Sum of RGB (Red+Green+Blue) = 212+26+222=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #D41ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ADE is #2BE521. Grayscale: #676767. Windows color (decimal): -2876706 or 14555860. OLE color: 14555860.
HSL color Cylindrical-coordinate representation of color #D41ADE: hue angle of 296.94º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41ADE is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 26 | 222 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.13 |
| HSL | 296.94º | 0.79% | 0.49% | - |
| HSV(B) | 296.94º | 0.88% | 0.87% | - |
| XYZ | 40.71 | 20.01 | 70.82 | - |
| YUV | 103.96 | 194.62 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 222 | 0.05 | 0.88 | 0 | 0.13 | 296.94 | 0.79 | 0.49 |
| Hex | D4 | 1A | DE | 5 | 58 | 0 | D | 129 | 4F | 31 |
| Octal | 324 | 32 | 336 | 5 | 130 | 0 | 15 | 451 | 117 | 61 |
| Binary | 11010100 | 11010 | 11011110 | 101 | 1011000 | 0 | 1101 | 100101001 | 1001111 | 110001 |
Color Harmonies of #D41ADE
Complementary color
Monochromatic Colors of #D41ADE
Black with #D41ADE
Text Example
Text Example
White with #D41ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41ADE; }
p { color: rgb(212,26,222); }
H1.HeaderClassName
{
color: #D41ADE;
}
.AnyTagClassName
{
color: #D41ADE;
}
</style>
background-color css
<style>
a { background-color: #D41ADE; }
a { background-color: rgb(212,26,222); }
div.DivClassName
{
background-color: #D41ADE;
}
.BgClassName
{
background-color: #D41ADE;
}
</style>
border-color css
<style>
span { border-color: #D41ADE; }
span { border-color: rgb(212,26,222); }
td.TdClassName
{
border-color: #D41ADE;
}
.TagClassName
{
border-color: #D41ADE;
}
</style>