Shades of Deep Magenta #D221D9
Tints of Deep Magenta #D221D9
RGB
CMYK
RGB Variations
Color information
#D221D9 (or 0xD221D9) is known color: Deep Magenta. HEX triplet: D2, 21 and D9. RGB value is (210,33,217). Sum of RGB (Red+Green+Blue) = 210+33+217=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #D221D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221D9 is #2DDE26. Grayscale: #6A6A6A. Windows color (decimal): -3005991 or 14229970. OLE color: 14229970.
HSL color Cylindrical-coordinate representation of color #D221D9: hue angle of 297.72º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D221D9 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 33 | 217 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.15 |
| HSL | 297.72º | 0.74% | 0.49% | - |
| HSV(B) | 297.72º | 0.85% | 0.85% | - |
| XYZ | 39.65 | 19.8 | 67.38 | - |
| YUV | 106.9 | 190.14 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 217 | 0.03 | 0.85 | 0 | 0.15 | 297.72 | 0.74 | 0.49 |
| Hex | D2 | 21 | D9 | 3 | 55 | 0 | F | 12A | 4A | 31 |
| Octal | 322 | 41 | 331 | 3 | 125 | 0 | 17 | 452 | 112 | 61 |
| Binary | 11010010 | 100001 | 11011001 | 11 | 1010101 | 0 | 1111 | 100101010 | 1001010 | 110001 |
Color Harmonies of #D221D9
Complementary color
Monochromatic Colors of #D221D9
Black with #D221D9
Text Example
Text Example
White with #D221D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221D9; }
p { color: rgb(210,33,217); }
H1.HeaderClassName
{
color: #D221D9;
}
.AnyTagClassName
{
color: #D221D9;
}
</style>
background-color css
<style>
a { background-color: #D221D9; }
a { background-color: rgb(210,33,217); }
div.DivClassName
{
background-color: #D221D9;
}
.BgClassName
{
background-color: #D221D9;
}
</style>
border-color css
<style>
span { border-color: #D221D9; }
span { border-color: rgb(210,33,217); }
td.TdClassName
{
border-color: #D221D9;
}
.TagClassName
{
border-color: #D221D9;
}
</style>