Shades of Deep Magenta #D21EDF
Tints of Deep Magenta #D21EDF
RGB
CMYK
RGB Variations
Color information
#D21EDF (or 0xD21EDF) is known color: Deep Magenta. HEX triplet: D2, 1E and DF. RGB value is (210,30,223). Sum of RGB (Red+Green+Blue) = 210+30+223=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #D21EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21EDF is #2DE120. Grayscale: #696969. Windows color (decimal): -3006753 or 14622418. OLE color: 14622418.
HSL color Cylindrical-coordinate representation of color #D21EDF: hue angle of 295.96º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21EDF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 30 | 223 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.13 |
| HSL | 295.96º | 0.76% | 0.5% | - |
| HSV(B) | 295.96º | 0.87% | 0.87% | - |
| XYZ | 40.36 | 19.96 | 71.54 | - |
| YUV | 105.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 223 | 0.06 | 0.87 | 0 | 0.13 | 295.96 | 0.76 | 0.5 |
| Hex | D2 | 1E | DF | 6 | 57 | 0 | D | 128 | 4C | 32 |
| Octal | 322 | 36 | 337 | 6 | 127 | 0 | 15 | 450 | 114 | 62 |
| Binary | 11010010 | 11110 | 11011111 | 110 | 1010111 | 0 | 1101 | 100101000 | 1001100 | 110010 |
Color Harmonies of #D21EDF
Complementary color
Monochromatic Colors of #D21EDF
Black with #D21EDF
Text Example
Text Example
White with #D21EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EDF; }
p { color: rgb(210,30,223); }
H1.HeaderClassName
{
color: #D21EDF;
}
.AnyTagClassName
{
color: #D21EDF;
}
</style>
background-color css
<style>
a { background-color: #D21EDF; }
a { background-color: rgb(210,30,223); }
div.DivClassName
{
background-color: #D21EDF;
}
.BgClassName
{
background-color: #D21EDF;
}
</style>
border-color css
<style>
span { border-color: #D21EDF; }
span { border-color: rgb(210,30,223); }
td.TdClassName
{
border-color: #D21EDF;
}
.TagClassName
{
border-color: #D21EDF;
}
</style>