Shades of Deep Magenta #D22ADA
Tints of Deep Magenta #D22ADA
RGB
CMYK
RGB Variations
Color information
#D22ADA (or 0xD22ADA) is known color: Deep Magenta. HEX triplet: D2, 2A and DA. RGB value is (210,42,218). Sum of RGB (Red+Green+Blue) = 210+42+218=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #D22ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ADA is #2DD525. Grayscale: #6F6F6F. Windows color (decimal): -3003686 or 14297810. OLE color: 14297810.
HSL color Cylindrical-coordinate representation of color #D22ADA: hue angle of 297.27º 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 #D22ADA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 42 | 218 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.15 |
| HSL | 297.27º | 0.7% | 0.51% | - |
| HSV(B) | 297.27º | 0.81% | 0.85% | - |
| XYZ | 40.06 | 20.42 | 68.16 | - |
| YUV | 112.3 | 187.66 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 218 | 0.04 | 0.81 | 0 | 0.15 | 297.27 | 0.7 | 0.51 |
| Hex | D2 | 2A | DA | 4 | 51 | 0 | F | 129 | 46 | 33 |
| Octal | 322 | 52 | 332 | 4 | 121 | 0 | 17 | 451 | 106 | 63 |
| Binary | 11010010 | 101010 | 11011010 | 100 | 1010001 | 0 | 1111 | 100101001 | 1000110 | 110011 |
Color Harmonies of #D22ADA
Complementary color
Monochromatic Colors of #D22ADA
Black with #D22ADA
Text Example
Text Example
White with #D22ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22ADA; }
p { color: rgb(210,42,218); }
H1.HeaderClassName
{
color: #D22ADA;
}
.AnyTagClassName
{
color: #D22ADA;
}
</style>
background-color css
<style>
a { background-color: #D22ADA; }
a { background-color: rgb(210,42,218); }
div.DivClassName
{
background-color: #D22ADA;
}
.BgClassName
{
background-color: #D22ADA;
}
</style>
border-color css
<style>
span { border-color: #D22ADA; }
span { border-color: rgb(210,42,218); }
td.TdClassName
{
border-color: #D22ADA;
}
.TagClassName
{
border-color: #D22ADA;
}
</style>