Shades of Deep Magenta #D022E0
Tints of Deep Magenta #D022E0
RGB
CMYK
RGB Variations
Color information
#D022E0 (or 0xD022E0) is known color: Deep Magenta. HEX triplet: D0, 22 and E0. RGB value is (208,34,224). Sum of RGB (Red+Green+Blue) = 208+34+224=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #D022E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D022E0 is #2FDD1F. Grayscale: #6B6B6B. Windows color (decimal): -3136800 or 14688976. OLE color: 14688976.
HSL color Cylindrical-coordinate representation of color #D022E0: hue angle of 294.95º 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 #D022E0 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 34 | 224 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.12 |
| HSL | 294.95º | 0.75% | 0.51% | - |
| HSV(B) | 294.95º | 0.85% | 0.88% | - |
| XYZ | 40.04 | 19.94 | 72.26 | - |
| YUV | 107.69 | 193.65 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 224 | 0.07 | 0.85 | 0 | 0.12 | 294.95 | 0.75 | 0.51 |
| Hex | D0 | 22 | E0 | 7 | 55 | 0 | C | 127 | 4B | 33 |
| Octal | 320 | 42 | 340 | 7 | 125 | 0 | 14 | 447 | 113 | 63 |
| Binary | 11010000 | 100010 | 11100000 | 111 | 1010101 | 0 | 1100 | 100100111 | 1001011 | 110011 |
Color Harmonies of #D022E0
Complementary color
Monochromatic Colors of #D022E0
Black with #D022E0
Text Example
Text Example
White with #D022E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022E0; }
p { color: rgb(208,34,224); }
H1.HeaderClassName
{
color: #D022E0;
}
.AnyTagClassName
{
color: #D022E0;
}
</style>
background-color css
<style>
a { background-color: #D022E0; }
a { background-color: rgb(208,34,224); }
div.DivClassName
{
background-color: #D022E0;
}
.BgClassName
{
background-color: #D022E0;
}
</style>
border-color css
<style>
span { border-color: #D022E0; }
span { border-color: rgb(208,34,224); }
td.TdClassName
{
border-color: #D022E0;
}
.TagClassName
{
border-color: #D022E0;
}
</style>