Shades of Deep Magenta #DB22D4
Tints of Deep Magenta #DB22D4
RGB
CMYK
RGB Variations
Color information
#DB22D4 (or 0xDB22D4) is known color: Deep Magenta. HEX triplet: DB, 22 and D4. RGB value is (219,34,212). Sum of RGB (Red+Green+Blue) = 219+34+212=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22D4 is #24DD2B. Grayscale: #6D6D6D. Windows color (decimal): -2415916 or 13902555. OLE color: 13902555.
HSL color Cylindrical-coordinate representation of color #DB22D4: hue angle of 302.27º 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 #DB22D4 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 212 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.14 |
| HSL | 302.27º | 0.73% | 0.5% | - |
| HSV(B) | 302.27º | 0.84% | 0.86% | - |
| XYZ | 41.67 | 20.96 | 64.14 | - |
| YUV | 109.61 | 185.79 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 212 | 0 | 0.84 | 0.03 | 0.14 | 302.27 | 0.73 | 0.5 |
| Hex | DB | 22 | D4 | 0 | 54 | 3 | E | 12E | 49 | 32 |
| Octal | 333 | 42 | 324 | 0 | 124 | 3 | 16 | 456 | 111 | 62 |
| Binary | 11011011 | 100010 | 11010100 | 0 | 1010100 | 11 | 1110 | 100101110 | 1001001 | 110010 |
Color Harmonies of #DB22D4
Complementary color
Monochromatic Colors of #DB22D4
Black with #DB22D4
Text Example
Text Example
White with #DB22D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22D4; }
p { color: rgb(219,34,212); }
H1.HeaderClassName
{
color: #DB22D4;
}
.AnyTagClassName
{
color: #DB22D4;
}
</style>
background-color css
<style>
a { background-color: #DB22D4; }
a { background-color: rgb(219,34,212); }
div.DivClassName
{
background-color: #DB22D4;
}
.BgClassName
{
background-color: #DB22D4;
}
</style>
border-color css
<style>
span { border-color: #DB22D4; }
span { border-color: rgb(219,34,212); }
td.TdClassName
{
border-color: #DB22D4;
}
.TagClassName
{
border-color: #DB22D4;
}
</style>