Shades of Deep Magenta #D22AD9
Tints of Deep Magenta #D22AD9
RGB
CMYK
RGB Variations
Color information
#D22AD9 (or 0xD22AD9) is known color: Deep Magenta. HEX triplet: D2, 2A and D9. RGB value is (210,42,217). Sum of RGB (Red+Green+Blue) = 210+42+217=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #D22AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22AD9 is #2DD526. Grayscale: #6F6F6F. Windows color (decimal): -3003687 or 14232274. OLE color: 14232274.
HSL color Cylindrical-coordinate representation of color #D22AD9: hue angle of 297.6º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22AD9 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 42 | 217 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.15 |
| HSL | 297.6º | 0.7% | 0.51% | - |
| HSV(B) | 297.6º | 0.81% | 0.85% | - |
| XYZ | 39.93 | 20.37 | 67.47 | - |
| YUV | 112.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 217 | 0.03 | 0.81 | 0 | 0.15 | 297.6 | 0.7 | 0.51 |
| Hex | D2 | 2A | D9 | 3 | 51 | 0 | F | 12A | 46 | 33 |
| Octal | 322 | 52 | 331 | 3 | 121 | 0 | 17 | 452 | 106 | 63 |
| Binary | 11010010 | 101010 | 11011001 | 11 | 1010001 | 0 | 1111 | 100101010 | 1000110 | 110011 |
Color Harmonies of #D22AD9
Complementary color
Monochromatic Colors of #D22AD9
Black with #D22AD9
Text Example
Text Example
White with #D22AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22AD9; }
p { color: rgb(210,42,217); }
H1.HeaderClassName
{
color: #D22AD9;
}
.AnyTagClassName
{
color: #D22AD9;
}
</style>
background-color css
<style>
a { background-color: #D22AD9; }
a { background-color: rgb(210,42,217); }
div.DivClassName
{
background-color: #D22AD9;
}
.BgClassName
{
background-color: #D22AD9;
}
</style>
border-color css
<style>
span { border-color: #D22AD9; }
span { border-color: rgb(210,42,217); }
td.TdClassName
{
border-color: #D22AD9;
}
.TagClassName
{
border-color: #D22AD9;
}
</style>