Shades of Deep Magenta #D21EDE
Tints of Deep Magenta #D21EDE
RGB
CMYK
RGB Variations
Color information
#D21EDE (or 0xD21EDE) is known color: Deep Magenta. HEX triplet: D2, 1E and DE. RGB value is (210,30,222). Sum of RGB (Red+Green+Blue) = 210+30+222=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #D21EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21EDE is #2DE121. Grayscale: #696969. Windows color (decimal): -3006754 or 14556882. OLE color: 14556882.
HSL color Cylindrical-coordinate representation of color #D21EDE: hue angle of 296.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21EDE is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 30 | 222 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.13 |
| HSL | 296.25º | 0.76% | 0.49% | - |
| HSV(B) | 296.25º | 0.86% | 0.87% | - |
| XYZ | 40.23 | 19.9 | 70.83 | - |
| YUV | 105.71 | 193.63 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 222 | 0.05 | 0.86 | 0 | 0.13 | 296.25 | 0.76 | 0.49 |
| Hex | D2 | 1E | DE | 5 | 56 | 0 | D | 128 | 4C | 31 |
| Octal | 322 | 36 | 336 | 5 | 126 | 0 | 15 | 450 | 114 | 61 |
| Binary | 11010010 | 11110 | 11011110 | 101 | 1010110 | 0 | 1101 | 100101000 | 1001100 | 110001 |
Color Harmonies of #D21EDE
Complementary color
Monochromatic Colors of #D21EDE
Black with #D21EDE
Text Example
Text Example
White with #D21EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EDE; }
p { color: rgb(210,30,222); }
H1.HeaderClassName
{
color: #D21EDE;
}
.AnyTagClassName
{
color: #D21EDE;
}
</style>
background-color css
<style>
a { background-color: #D21EDE; }
a { background-color: rgb(210,30,222); }
div.DivClassName
{
background-color: #D21EDE;
}
.BgClassName
{
background-color: #D21EDE;
}
</style>
border-color css
<style>
span { border-color: #D21EDE; }
span { border-color: rgb(210,30,222); }
td.TdClassName
{
border-color: #D21EDE;
}
.TagClassName
{
border-color: #D21EDE;
}
</style>