Shades of Deep Magenta #D422E0
Tints of Deep Magenta #D422E0
RGB
CMYK
RGB Variations
Color information
#D422E0 (or 0xD422E0) is known color: Deep Magenta. HEX triplet: D4, 22 and E0. RGB value is (212,34,224). Sum of RGB (Red+Green+Blue) = 212+34+224=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #D422E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422E0 is #2BDD1F. Grayscale: #6C6C6C. Windows color (decimal): -2874656 or 14688980. OLE color: 14688980.
HSL color Cylindrical-coordinate representation of color #D422E0: hue angle of 296.21º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D422E0 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 34 | 224 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.12 |
| HSL | 296.21º | 0.75% | 0.51% | - |
| HSV(B) | 296.21º | 0.85% | 0.88% | - |
| XYZ | 41.18 | 20.52 | 72.31 | - |
| YUV | 108.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 224 | 0.05 | 0.85 | 0 | 0.12 | 296.21 | 0.75 | 0.51 |
| Hex | D4 | 22 | E0 | 5 | 55 | 0 | C | 128 | 4B | 33 |
| Octal | 324 | 42 | 340 | 5 | 125 | 0 | 14 | 450 | 113 | 63 |
| Binary | 11010100 | 100010 | 11100000 | 101 | 1010101 | 0 | 1100 | 100101000 | 1001011 | 110011 |
Color Harmonies of #D422E0
Complementary color
Monochromatic Colors of #D422E0
Black with #D422E0
Text Example
Text Example
White with #D422E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D422E0; }
p { color: rgb(212,34,224); }
H1.HeaderClassName
{
color: #D422E0;
}
.AnyTagClassName
{
color: #D422E0;
}
</style>
background-color css
<style>
a { background-color: #D422E0; }
a { background-color: rgb(212,34,224); }
div.DivClassName
{
background-color: #D422E0;
}
.BgClassName
{
background-color: #D422E0;
}
</style>
border-color css
<style>
span { border-color: #D422E0; }
span { border-color: rgb(212,34,224); }
td.TdClassName
{
border-color: #D422E0;
}
.TagClassName
{
border-color: #D422E0;
}
</style>