Shades of Deep Magenta #D022E6
Tints of Deep Magenta #D022E6
RGB
CMYK
RGB Variations
Color information
#D022E6 (or 0xD022E6) is known color: Deep Magenta. HEX triplet: D0, 22 and E6. RGB value is (208,34,230). Sum of RGB (Red+Green+Blue) = 208+34+230=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #D022E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D022E6 is #2FDD19. Grayscale: #6B6B6B. Windows color (decimal): -3136794 or 15082192. OLE color: 15082192.
HSL color Cylindrical-coordinate representation of color #D022E6: hue angle of 293.27º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D022E6 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 34 | 230 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.10 |
| HSL | 293.27º | 0.8% | 0.52% | - |
| HSV(B) | 293.27º | 0.85% | 0.9% | - |
| XYZ | 40.87 | 20.27 | 76.62 | - |
| YUV | 108.37 | 196.65 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 230 | 0.10 | 0.85 | 0 | 0.10 | 293.27 | 0.8 | 0.52 |
| Hex | D0 | 22 | E6 | A | 55 | 0 | A | 125 | 50 | 34 |
| Octal | 320 | 42 | 346 | 12 | 125 | 0 | 12 | 445 | 120 | 64 |
| Binary | 11010000 | 100010 | 11100110 | 1010 | 1010101 | 0 | 1010 | 100100101 | 1010000 | 110100 |
Color Harmonies of #D022E6
Complementary color
Monochromatic Colors of #D022E6
Black with #D022E6
Text Example
Text Example
White with #D022E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022E6; }
p { color: rgb(208,34,230); }
H1.HeaderClassName
{
color: #D022E6;
}
.AnyTagClassName
{
color: #D022E6;
}
</style>
background-color css
<style>
a { background-color: #D022E6; }
a { background-color: rgb(208,34,230); }
div.DivClassName
{
background-color: #D022E6;
}
.BgClassName
{
background-color: #D022E6;
}
</style>
border-color css
<style>
span { border-color: #D022E6; }
span { border-color: rgb(208,34,230); }
td.TdClassName
{
border-color: #D022E6;
}
.TagClassName
{
border-color: #D022E6;
}
</style>