Shades of Deep Magenta #DB22DC
Tints of Deep Magenta #DB22DC
RGB
CMYK
RGB Variations
Color information
#DB22DC (or 0xDB22DC) is known color: Deep Magenta. HEX triplet: DB, 22 and DC. RGB value is (219,34,220). Sum of RGB (Red+Green+Blue) = 219+34+220=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 34 (13.67% from 255 or 7.19% 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 #DB22DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22DC is #24DD23. Grayscale: #6D6D6D. Windows color (decimal): -2415908 or 14426843. OLE color: 14426843.
HSL color Cylindrical-coordinate representation of color #DB22DC: hue angle of 299.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB22DC is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 220 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.14 |
| HSL | 299.68º | 0.73% | 0.5% | - |
| HSV(B) | 299.68º | 0.85% | 0.86% | - |
| XYZ | 42.7 | 21.37 | 69.58 | - |
| YUV | 110.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 220 | 0.00 | 0.85 | 0 | 0.14 | 299.68 | 0.73 | 0.5 |
| Hex | DB | 22 | DC | 0 | 55 | 0 | E | 12C | 49 | 32 |
| Octal | 333 | 42 | 334 | 0 | 125 | 0 | 16 | 454 | 111 | 62 |
| Binary | 11011011 | 100010 | 11011100 | 0 | 1010101 | 0 | 1110 | 100101100 | 1001001 | 110010 |
Color Harmonies of #DB22DC
Complementary color
Monochromatic Colors of #DB22DC
Black with #DB22DC
Text Example
Text Example
White with #DB22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22DC; }
p { color: rgb(219,34,220); }
H1.HeaderClassName
{
color: #DB22DC;
}
.AnyTagClassName
{
color: #DB22DC;
}
</style>
background-color css
<style>
a { background-color: #DB22DC; }
a { background-color: rgb(219,34,220); }
div.DivClassName
{
background-color: #DB22DC;
}
.BgClassName
{
background-color: #DB22DC;
}
</style>
border-color css
<style>
span { border-color: #DB22DC; }
span { border-color: rgb(219,34,220); }
td.TdClassName
{
border-color: #DB22DC;
}
.TagClassName
{
border-color: #DB22DC;
}
</style>