Shades of Deep Magenta #D221E1
Tints of Deep Magenta #D221E1
RGB
CMYK
RGB Variations
Color information
#D221E1 (or 0xD221E1) is known color: Deep Magenta. HEX triplet: D2, 21 and E1. RGB value is (210,33,225). Sum of RGB (Red+Green+Blue) = 210+33+225=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #D221E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221E1 is #2DDE1E. Grayscale: #6B6B6B. Windows color (decimal): -3005983 or 14754258. OLE color: 14754258.
HSL color Cylindrical-coordinate representation of color #D221E1: hue angle of 295.31º degrees, saturation: 0.76, 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 #D221E1 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 33 | 225 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.12 |
| HSL | 295.31º | 0.76% | 0.51% | - |
| HSV(B) | 295.31º | 0.85% | 0.88% | - |
| XYZ | 40.71 | 20.23 | 72.99 | - |
| YUV | 107.81 | 194.14 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 225 | 0.07 | 0.85 | 0 | 0.12 | 295.31 | 0.76 | 0.51 |
| Hex | D2 | 21 | E1 | 7 | 55 | 0 | C | 127 | 4C | 33 |
| Octal | 322 | 41 | 341 | 7 | 125 | 0 | 14 | 447 | 114 | 63 |
| Binary | 11010010 | 100001 | 11100001 | 111 | 1010101 | 0 | 1100 | 100100111 | 1001100 | 110011 |
Color Harmonies of #D221E1
Complementary color
Monochromatic Colors of #D221E1
Black with #D221E1
Text Example
Text Example
White with #D221E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221E1; }
p { color: rgb(210,33,225); }
H1.HeaderClassName
{
color: #D221E1;
}
.AnyTagClassName
{
color: #D221E1;
}
</style>
background-color css
<style>
a { background-color: #D221E1; }
a { background-color: rgb(210,33,225); }
div.DivClassName
{
background-color: #D221E1;
}
.BgClassName
{
background-color: #D221E1;
}
</style>
border-color css
<style>
span { border-color: #D221E1; }
span { border-color: rgb(210,33,225); }
td.TdClassName
{
border-color: #D221E1;
}
.TagClassName
{
border-color: #D221E1;
}
</style>