Shades of Deep Magenta #D21ED7
Tints of Deep Magenta #D21ED7
RGB
CMYK
RGB Variations
Color information
#D21ED7 (or 0xD21ED7) is known color: Deep Magenta. HEX triplet: D2, 1E and D7. RGB value is (210,30,215). Sum of RGB (Red+Green+Blue) = 210+30+215=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #D21ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ED7 is #2DE128. Grayscale: #686868. Windows color (decimal): -3006761 or 14098130. OLE color: 14098130.
HSL color Cylindrical-coordinate representation of color #D21ED7: hue angle of 298.38º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21ED7 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 30 | 215 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.16 |
| HSL | 298.38º | 0.76% | 0.48% | - |
| HSV(B) | 298.38º | 0.86% | 0.84% | - |
| XYZ | 39.31 | 19.54 | 65.99 | - |
| YUV | 104.91 | 190.13 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 215 | 0.02 | 0.86 | 0 | 0.16 | 298.38 | 0.76 | 0.48 |
| Hex | D2 | 1E | D7 | 2 | 56 | 0 | 10 | 12A | 4C | 30 |
| Octal | 322 | 36 | 327 | 2 | 126 | 0 | 20 | 452 | 114 | 60 |
| Binary | 11010010 | 11110 | 11010111 | 10 | 1010110 | 0 | 10000 | 100101010 | 1001100 | 110000 |
Color Harmonies of #D21ED7
Complementary color
Monochromatic Colors of #D21ED7
Black with #D21ED7
Text Example
Text Example
White with #D21ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21ED7; }
p { color: rgb(210,30,215); }
H1.HeaderClassName
{
color: #D21ED7;
}
.AnyTagClassName
{
color: #D21ED7;
}
</style>
background-color css
<style>
a { background-color: #D21ED7; }
a { background-color: rgb(210,30,215); }
div.DivClassName
{
background-color: #D21ED7;
}
.BgClassName
{
background-color: #D21ED7;
}
</style>
border-color css
<style>
span { border-color: #D21ED7; }
span { border-color: rgb(210,30,215); }
td.TdClassName
{
border-color: #D21ED7;
}
.TagClassName
{
border-color: #D21ED7;
}
</style>