Shades of Deep Magenta #D424E1
Tints of Deep Magenta #D424E1
RGB
CMYK
RGB Variations
Color information
#D424E1 (or 0xD424E1) is known color: Deep Magenta. HEX triplet: D4, 24 and E1. RGB value is (212,36,225). Sum of RGB (Red+Green+Blue) = 212+36+225=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #D424E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D424E1 is #2BDB1E. Grayscale: #6D6D6D. Windows color (decimal): -2874143 or 14755028. OLE color: 14755028.
HSL color Cylindrical-coordinate representation of color #D424E1: hue angle of 295.87º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D424E1 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 36 | 225 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.12 |
| HSL | 295.87º | 0.76% | 0.51% | - |
| HSV(B) | 295.87º | 0.84% | 0.88% | - |
| XYZ | 41.37 | 20.7 | 73.05 | - |
| YUV | 110.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 225 | 0.06 | 0.84 | 0 | 0.12 | 295.87 | 0.76 | 0.51 |
| Hex | D4 | 24 | E1 | 6 | 54 | 0 | C | 128 | 4C | 33 |
| Octal | 324 | 44 | 341 | 6 | 124 | 0 | 14 | 450 | 114 | 63 |
| Binary | 11010100 | 100100 | 11100001 | 110 | 1010100 | 0 | 1100 | 100101000 | 1001100 | 110011 |
Color Harmonies of #D424E1
Complementary color
Monochromatic Colors of #D424E1
Black with #D424E1
Text Example
Text Example
White with #D424E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424E1; }
p { color: rgb(212,36,225); }
H1.HeaderClassName
{
color: #D424E1;
}
.AnyTagClassName
{
color: #D424E1;
}
</style>
background-color css
<style>
a { background-color: #D424E1; }
a { background-color: rgb(212,36,225); }
div.DivClassName
{
background-color: #D424E1;
}
.BgClassName
{
background-color: #D424E1;
}
</style>
border-color css
<style>
span { border-color: #D424E1; }
span { border-color: rgb(212,36,225); }
td.TdClassName
{
border-color: #D424E1;
}
.TagClassName
{
border-color: #D424E1;
}
</style>