Shades of Deep Magenta #D22ADC
Tints of Deep Magenta #D22ADC
RGB
CMYK
RGB Variations
Color information
#D22ADC (or 0xD22ADC) is known color: Deep Magenta. HEX triplet: D2, 2A and DC. RGB value is (210,42,220). Sum of RGB (Red+Green+Blue) = 210+42+220=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #D22ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ADC is #2DD523. Grayscale: #6F6F6F. Windows color (decimal): -3003684 or 14428882. OLE color: 14428882.
HSL color Cylindrical-coordinate representation of color #D22ADC: hue angle of 296.63º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22ADC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 42 | 220 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.14 |
| HSL | 296.63º | 0.72% | 0.51% | - |
| HSV(B) | 296.63º | 0.81% | 0.86% | - |
| XYZ | 40.32 | 20.52 | 69.55 | - |
| YUV | 112.52 | 188.66 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 220 | 0.05 | 0.81 | 0 | 0.14 | 296.63 | 0.72 | 0.51 |
| Hex | D2 | 2A | DC | 5 | 51 | 0 | E | 129 | 48 | 33 |
| Octal | 322 | 52 | 334 | 5 | 121 | 0 | 16 | 451 | 110 | 63 |
| Binary | 11010010 | 101010 | 11011100 | 101 | 1010001 | 0 | 1110 | 100101001 | 1001000 | 110011 |
Color Harmonies of #D22ADC
Complementary color
Monochromatic Colors of #D22ADC
Black with #D22ADC
Text Example
Text Example
White with #D22ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22ADC; }
p { color: rgb(210,42,220); }
H1.HeaderClassName
{
color: #D22ADC;
}
.AnyTagClassName
{
color: #D22ADC;
}
</style>
background-color css
<style>
a { background-color: #D22ADC; }
a { background-color: rgb(210,42,220); }
div.DivClassName
{
background-color: #D22ADC;
}
.BgClassName
{
background-color: #D22ADC;
}
</style>
border-color css
<style>
span { border-color: #D22ADC; }
span { border-color: rgb(210,42,220); }
td.TdClassName
{
border-color: #D22ADC;
}
.TagClassName
{
border-color: #D22ADC;
}
</style>