Shades of Deep Magenta #D221E5
Tints of Deep Magenta #D221E5
RGB
CMYK
RGB Variations
Color information
#D221E5 (or 0xD221E5) is known color: Deep Magenta. HEX triplet: D2, 21 and E5. RGB value is (210,33,229). Sum of RGB (Red+Green+Blue) = 210+33+229=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #D221E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221E5 is #2DDE1A. Grayscale: #6B6B6B. Windows color (decimal): -3005979 or 15016402. OLE color: 15016402.
HSL color Cylindrical-coordinate representation of color #D221E5: hue angle of 294.18º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D221E5 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 33 | 229 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.10 |
| HSL | 294.18º | 0.79% | 0.51% | - |
| HSV(B) | 294.18º | 0.86% | 0.9% | - |
| XYZ | 41.27 | 20.45 | 75.9 | - |
| YUV | 108.27 | 196.14 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 229 | 0.08 | 0.86 | 0 | 0.10 | 294.18 | 0.79 | 0.51 |
| Hex | D2 | 21 | E5 | 8 | 56 | 0 | A | 126 | 4F | 33 |
| Octal | 322 | 41 | 345 | 10 | 126 | 0 | 12 | 446 | 117 | 63 |
| Binary | 11010010 | 100001 | 11100101 | 1000 | 1010110 | 0 | 1010 | 100100110 | 1001111 | 110011 |
Color Harmonies of #D221E5
Complementary color
Monochromatic Colors of #D221E5
Black with #D221E5
Text Example
Text Example
White with #D221E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221E5; }
p { color: rgb(210,33,229); }
H1.HeaderClassName
{
color: #D221E5;
}
.AnyTagClassName
{
color: #D221E5;
}
</style>
background-color css
<style>
a { background-color: #D221E5; }
a { background-color: rgb(210,33,229); }
div.DivClassName
{
background-color: #D221E5;
}
.BgClassName
{
background-color: #D221E5;
}
</style>
border-color css
<style>
span { border-color: #D221E5; }
span { border-color: rgb(210,33,229); }
td.TdClassName
{
border-color: #D221E5;
}
.TagClassName
{
border-color: #D221E5;
}
</style>