Shades of Deep Magenta #D22BDC
Tints of Deep Magenta #D22BDC
RGB
CMYK
RGB Variations
Color information
#D22BDC (or 0xD22BDC) is known color: Deep Magenta. HEX triplet: D2, 2B and DC. RGB value is (210,43,220). Sum of RGB (Red+Green+Blue) = 210+43+220=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #D22BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22BDC is #2DD423. Grayscale: #707070. Windows color (decimal): -3003428 or 14429138. OLE color: 14429138.
HSL color Cylindrical-coordinate representation of color #D22BDC: hue angle of 296.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22BDC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 43 | 220 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.14 |
| HSL | 296.61º | 0.72% | 0.52% | - |
| HSV(B) | 296.61º | 0.8% | 0.86% | - |
| XYZ | 40.36 | 20.6 | 69.56 | - |
| YUV | 113.11 | 188.33 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 220 | 0.05 | 0.80 | 0 | 0.14 | 296.61 | 0.72 | 0.52 |
| Hex | D2 | 2B | DC | 5 | 50 | 0 | E | 129 | 48 | 34 |
| Octal | 322 | 53 | 334 | 5 | 120 | 0 | 16 | 451 | 110 | 64 |
| Binary | 11010010 | 101011 | 11011100 | 101 | 1010000 | 0 | 1110 | 100101001 | 1001000 | 110100 |
Color Harmonies of #D22BDC
Complementary color
Monochromatic Colors of #D22BDC
Black with #D22BDC
Text Example
Text Example
White with #D22BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BDC; }
p { color: rgb(210,43,220); }
H1.HeaderClassName
{
color: #D22BDC;
}
.AnyTagClassName
{
color: #D22BDC;
}
</style>
background-color css
<style>
a { background-color: #D22BDC; }
a { background-color: rgb(210,43,220); }
div.DivClassName
{
background-color: #D22BDC;
}
.BgClassName
{
background-color: #D22BDC;
}
</style>
border-color css
<style>
span { border-color: #D22BDC; }
span { border-color: rgb(210,43,220); }
td.TdClassName
{
border-color: #D22BDC;
}
.TagClassName
{
border-color: #D22BDC;
}
</style>