Shades of Deep Magenta #D22ADF
Tints of Deep Magenta #D22ADF
RGB
CMYK
RGB Variations
Color information
#D22ADF (or 0xD22ADF) is known color: Deep Magenta. HEX triplet: D2, 2A and DF. RGB value is (210,42,223). Sum of RGB (Red+Green+Blue) = 210+42+223=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #D22ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ADF is #2DD520. Grayscale: #707070. Windows color (decimal): -3003681 or 14625490. OLE color: 14625490.
HSL color Cylindrical-coordinate representation of color #D22ADF: hue angle of 295.69º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22ADF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 42 | 223 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.13 |
| HSL | 295.69º | 0.74% | 0.52% | - |
| HSV(B) | 295.69º | 0.81% | 0.87% | - |
| XYZ | 40.73 | 20.69 | 71.66 | - |
| YUV | 112.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 223 | 0.06 | 0.81 | 0 | 0.13 | 295.69 | 0.74 | 0.52 |
| Hex | D2 | 2A | DF | 6 | 51 | 0 | D | 128 | 4A | 34 |
| Octal | 322 | 52 | 337 | 6 | 121 | 0 | 15 | 450 | 112 | 64 |
| Binary | 11010010 | 101010 | 11011111 | 110 | 1010001 | 0 | 1101 | 100101000 | 1001010 | 110100 |
Color Harmonies of #D22ADF
Complementary color
Monochromatic Colors of #D22ADF
Black with #D22ADF
Text Example
Text Example
White with #D22ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22ADF; }
p { color: rgb(210,42,223); }
H1.HeaderClassName
{
color: #D22ADF;
}
.AnyTagClassName
{
color: #D22ADF;
}
</style>
background-color css
<style>
a { background-color: #D22ADF; }
a { background-color: rgb(210,42,223); }
div.DivClassName
{
background-color: #D22ADF;
}
.BgClassName
{
background-color: #D22ADF;
}
</style>
border-color css
<style>
span { border-color: #D22ADF; }
span { border-color: rgb(210,42,223); }
td.TdClassName
{
border-color: #D22ADF;
}
.TagClassName
{
border-color: #D22ADF;
}
</style>