Shades of Deep Magenta #D419E0
Tints of Deep Magenta #D419E0
RGB
CMYK
RGB Variations
Color information
#D419E0 (or 0xD419E0) is known color: Deep Magenta. HEX triplet: D4, 19 and E0. RGB value is (212,25,224). Sum of RGB (Red+Green+Blue) = 212+25+224=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #D419E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D419E0 is #2BE61F. Grayscale: #666666. Windows color (decimal): -2876960 or 14686676. OLE color: 14686676.
HSL color Cylindrical-coordinate representation of color #D419E0: hue angle of 296.38º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D419E0 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 25 | 224 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.12 |
| HSL | 296.38º | 0.8% | 0.49% | - |
| HSV(B) | 296.38º | 0.89% | 0.88% | - |
| XYZ | 40.95 | 20.07 | 72.24 | - |
| YUV | 103.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 224 | 0.05 | 0.89 | 0 | 0.12 | 296.38 | 0.8 | 0.49 |
| Hex | D4 | 19 | E0 | 5 | 59 | 0 | C | 128 | 50 | 31 |
| Octal | 324 | 31 | 340 | 5 | 131 | 0 | 14 | 450 | 120 | 61 |
| Binary | 11010100 | 11001 | 11100000 | 101 | 1011001 | 0 | 1100 | 100101000 | 1010000 | 110001 |
Color Harmonies of #D419E0
Complementary color
Monochromatic Colors of #D419E0
Black with #D419E0
Text Example
Text Example
White with #D419E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419E0; }
p { color: rgb(212,25,224); }
H1.HeaderClassName
{
color: #D419E0;
}
.AnyTagClassName
{
color: #D419E0;
}
</style>
background-color css
<style>
a { background-color: #D419E0; }
a { background-color: rgb(212,25,224); }
div.DivClassName
{
background-color: #D419E0;
}
.BgClassName
{
background-color: #D419E0;
}
</style>
border-color css
<style>
span { border-color: #D419E0; }
span { border-color: rgb(212,25,224); }
td.TdClassName
{
border-color: #D419E0;
}
.TagClassName
{
border-color: #D419E0;
}
</style>