Shades of Deep Magenta #DB22D6
Tints of Deep Magenta #DB22D6
RGB
CMYK
RGB Variations
Color information
#DB22D6 (or 0xDB22D6) is known color: Deep Magenta. HEX triplet: DB, 22 and D6. RGB value is (219,34,214). Sum of RGB (Red+Green+Blue) = 219+34+214=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22D6 is #24DD29. Grayscale: #6D6D6D. Windows color (decimal): -2415914 or 14033627. OLE color: 14033627.
HSL color Cylindrical-coordinate representation of color #DB22D6: hue angle of 301.62º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB22D6 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 214 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.14 |
| HSL | 301.62º | 0.73% | 0.5% | - |
| HSV(B) | 301.62º | 0.84% | 0.86% | - |
| XYZ | 41.92 | 21.06 | 65.47 | - |
| YUV | 109.84 | 186.79 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 214 | 0 | 0.84 | 0.02 | 0.14 | 301.62 | 0.73 | 0.5 |
| Hex | DB | 22 | D6 | 0 | 54 | 2 | E | 12E | 49 | 32 |
| Octal | 333 | 42 | 326 | 0 | 124 | 2 | 16 | 456 | 111 | 62 |
| Binary | 11011011 | 100010 | 11010110 | 0 | 1010100 | 10 | 1110 | 100101110 | 1001001 | 110010 |
Color Harmonies of #DB22D6
Complementary color
Monochromatic Colors of #DB22D6
Black with #DB22D6
Text Example
Text Example
White with #DB22D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22D6; }
p { color: rgb(219,34,214); }
H1.HeaderClassName
{
color: #DB22D6;
}
.AnyTagClassName
{
color: #DB22D6;
}
</style>
background-color css
<style>
a { background-color: #DB22D6; }
a { background-color: rgb(219,34,214); }
div.DivClassName
{
background-color: #DB22D6;
}
.BgClassName
{
background-color: #DB22D6;
}
</style>
border-color css
<style>
span { border-color: #DB22D6; }
span { border-color: rgb(219,34,214); }
td.TdClassName
{
border-color: #DB22D6;
}
.TagClassName
{
border-color: #DB22D6;
}
</style>