Shades of Deep Magenta #D22AD8
Tints of Deep Magenta #D22AD8
RGB
CMYK
RGB Variations
Color information
#D22AD8 (or 0xD22AD8) is known color: Deep Magenta. HEX triplet: D2, 2A and D8. RGB value is (210,42,216). Sum of RGB (Red+Green+Blue) = 210+42+216=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #D22AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22AD8 is #2DD527. Grayscale: #6F6F6F. Windows color (decimal): -3003688 or 14166738. OLE color: 14166738.
HSL color Cylindrical-coordinate representation of color #D22AD8: hue angle of 297.93º degrees, saturation: 0.69, 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 #D22AD8 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 42 | 216 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.15 |
| HSL | 297.93º | 0.69% | 0.51% | - |
| HSV(B) | 297.93º | 0.81% | 0.85% | - |
| XYZ | 39.8 | 20.32 | 66.79 | - |
| YUV | 112.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 216 | 0.03 | 0.81 | 0 | 0.15 | 297.93 | 0.69 | 0.51 |
| Hex | D2 | 2A | D8 | 3 | 51 | 0 | F | 12A | 45 | 33 |
| Octal | 322 | 52 | 330 | 3 | 121 | 0 | 17 | 452 | 105 | 63 |
| Binary | 11010010 | 101010 | 11011000 | 11 | 1010001 | 0 | 1111 | 100101010 | 1000101 | 110011 |
Color Harmonies of #D22AD8
Complementary color
Monochromatic Colors of #D22AD8
Black with #D22AD8
Text Example
Text Example
White with #D22AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22AD8; }
p { color: rgb(210,42,216); }
H1.HeaderClassName
{
color: #D22AD8;
}
.AnyTagClassName
{
color: #D22AD8;
}
</style>
background-color css
<style>
a { background-color: #D22AD8; }
a { background-color: rgb(210,42,216); }
div.DivClassName
{
background-color: #D22AD8;
}
.BgClassName
{
background-color: #D22AD8;
}
</style>
border-color css
<style>
span { border-color: #D22AD8; }
span { border-color: rgb(210,42,216); }
td.TdClassName
{
border-color: #D22AD8;
}
.TagClassName
{
border-color: #D22AD8;
}
</style>