Shades of Deep Magenta #D221E0
Tints of Deep Magenta #D221E0
RGB
CMYK
RGB Variations
Color information
#D221E0 (or 0xD221E0) is known color: Deep Magenta. HEX triplet: D2, 21 and E0. RGB value is (210,33,224). Sum of RGB (Red+Green+Blue) = 210+33+224=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #D221E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221E0 is #2DDE1F. Grayscale: #6B6B6B. Windows color (decimal): -3005984 or 14688722. OLE color: 14688722.
HSL color Cylindrical-coordinate representation of color #D221E0: hue angle of 295.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D221E0 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 33 | 224 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.12 |
| HSL | 295.6º | 0.75% | 0.5% | - |
| HSV(B) | 295.6º | 0.85% | 0.88% | - |
| XYZ | 40.58 | 20.17 | 72.28 | - |
| YUV | 107.7 | 193.64 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 224 | 0.06 | 0.85 | 0 | 0.12 | 295.6 | 0.75 | 0.5 |
| Hex | D2 | 21 | E0 | 6 | 55 | 0 | C | 128 | 4B | 32 |
| Octal | 322 | 41 | 340 | 6 | 125 | 0 | 14 | 450 | 113 | 62 |
| Binary | 11010010 | 100001 | 11100000 | 110 | 1010101 | 0 | 1100 | 100101000 | 1001011 | 110010 |
Color Harmonies of #D221E0
Complementary color
Monochromatic Colors of #D221E0
Black with #D221E0
Text Example
Text Example
White with #D221E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221E0; }
p { color: rgb(210,33,224); }
H1.HeaderClassName
{
color: #D221E0;
}
.AnyTagClassName
{
color: #D221E0;
}
</style>
background-color css
<style>
a { background-color: #D221E0; }
a { background-color: rgb(210,33,224); }
div.DivClassName
{
background-color: #D221E0;
}
.BgClassName
{
background-color: #D221E0;
}
</style>
border-color css
<style>
span { border-color: #D221E0; }
span { border-color: rgb(210,33,224); }
td.TdClassName
{
border-color: #D221E0;
}
.TagClassName
{
border-color: #D221E0;
}
</style>