Shades of Deep Magenta #D414E5
Tints of Deep Magenta #D414E5
RGB
CMYK
RGB Variations
Color information
#D414E5 (or 0xD414E5) is known color: Deep Magenta. HEX triplet: D4, 14 and E5. RGB value is (212,20,229). Sum of RGB (Red+Green+Blue) = 212+20+229=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #D414E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414E5 is #2BEB1A. Grayscale: #646464. Windows color (decimal): -2878235 or 15013076. OLE color: 15013076.
HSL color Cylindrical-coordinate representation of color #D414E5: hue angle of 295.12º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D414E5 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 20 | 229 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.10 |
| HSL | 295.12º | 0.84% | 0.49% | - |
| HSV(B) | 295.12º | 0.91% | 0.9% | - |
| XYZ | 41.54 | 20.15 | 75.83 | - |
| YUV | 101.23 | 200.11 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 229 | 0.07 | 0.91 | 0 | 0.10 | 295.12 | 0.84 | 0.49 |
| Hex | D4 | 14 | E5 | 7 | 5B | 0 | A | 127 | 54 | 31 |
| Octal | 324 | 24 | 345 | 7 | 133 | 0 | 12 | 447 | 124 | 61 |
| Binary | 11010100 | 10100 | 11100101 | 111 | 1011011 | 0 | 1010 | 100100111 | 1010100 | 110001 |
Color Harmonies of #D414E5
Complementary color
Monochromatic Colors of #D414E5
Black with #D414E5
Text Example
Text Example
White with #D414E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D414E5; }
p { color: rgb(212,20,229); }
H1.HeaderClassName
{
color: #D414E5;
}
.AnyTagClassName
{
color: #D414E5;
}
</style>
background-color css
<style>
a { background-color: #D414E5; }
a { background-color: rgb(212,20,229); }
div.DivClassName
{
background-color: #D414E5;
}
.BgClassName
{
background-color: #D414E5;
}
</style>
border-color css
<style>
span { border-color: #D414E5; }
span { border-color: rgb(212,20,229); }
td.TdClassName
{
border-color: #D414E5;
}
.TagClassName
{
border-color: #D414E5;
}
</style>