Shades of Deep Magenta #D922E4
Tints of Deep Magenta #D922E4
RGB
CMYK
RGB Variations
Color information
#D922E4 (or 0xD922E4) is known color: Deep Magenta. HEX triplet: D9, 22 and E4. RGB value is (217,34,228). Sum of RGB (Red+Green+Blue) = 217+34+228=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 34 (13.67% from 255 or 7.10% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 228 - color contains mainly: blue. Hex color #D922E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D922E4 is #26DD1B. Grayscale: #6E6E6E. Windows color (decimal): -2546972 or 14951129. OLE color: 14951129.
HSL color Cylindrical-coordinate representation of color #D922E4: hue angle of 296.6º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D922E4 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 34 | 228 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.11 |
| HSL | 296.6º | 0.78% | 0.51% | - |
| HSV(B) | 296.6º | 0.85% | 0.89% | - |
| XYZ | 43.19 | 21.5 | 75.27 | - |
| YUV | 110.83 | 194.13 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 228 | 0.05 | 0.85 | 0 | 0.11 | 296.6 | 0.78 | 0.51 |
| Hex | D9 | 22 | E4 | 5 | 55 | 0 | B | 129 | 4E | 33 |
| Octal | 331 | 42 | 344 | 5 | 125 | 0 | 13 | 451 | 116 | 63 |
| Binary | 11011001 | 100010 | 11100100 | 101 | 1010101 | 0 | 1011 | 100101001 | 1001110 | 110011 |
Color Harmonies of #D922E4
Complementary color
Monochromatic Colors of #D922E4
Black with #D922E4
Text Example
Text Example
White with #D922E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D922E4; }
p { color: rgb(217,34,228); }
H1.HeaderClassName
{
color: #D922E4;
}
.AnyTagClassName
{
color: #D922E4;
}
</style>
background-color css
<style>
a { background-color: #D922E4; }
a { background-color: rgb(217,34,228); }
div.DivClassName
{
background-color: #D922E4;
}
.BgClassName
{
background-color: #D922E4;
}
</style>
border-color css
<style>
span { border-color: #D922E4; }
span { border-color: rgb(217,34,228); }
td.TdClassName
{
border-color: #D922E4;
}
.TagClassName
{
border-color: #D922E4;
}
</style>