Shades of Deep Magenta #DB22D1
Tints of Deep Magenta #DB22D1
RGB
CMYK
RGB Variations
Color information
#DB22D1 (or 0xDB22D1) is known color: Deep Magenta. HEX triplet: DB, 22 and D1. RGB value is (219,34,209). Sum of RGB (Red+Green+Blue) = 219+34+209=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22D1 is #24DD2E. Grayscale: #6C6C6C. Windows color (decimal): -2415919 or 13705947. OLE color: 13705947.
HSL color Cylindrical-coordinate representation of color #DB22D1: hue angle of 303.24º 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 #DB22D1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 209 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.14 |
| HSL | 303.24º | 0.73% | 0.5% | - |
| HSV(B) | 303.24º | 0.84% | 0.86% | - |
| XYZ | 41.29 | 20.81 | 62.16 | - |
| YUV | 109.27 | 184.29 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 209 | 0 | 0.84 | 0.05 | 0.14 | 303.24 | 0.73 | 0.5 |
| Hex | DB | 22 | D1 | 0 | 54 | 5 | E | 12F | 49 | 32 |
| Octal | 333 | 42 | 321 | 0 | 124 | 5 | 16 | 457 | 111 | 62 |
| Binary | 11011011 | 100010 | 11010001 | 0 | 1010100 | 101 | 1110 | 100101111 | 1001001 | 110010 |
Color Harmonies of #DB22D1
Complementary color
Monochromatic Colors of #DB22D1
Black with #DB22D1
Text Example
Text Example
White with #DB22D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22D1; }
p { color: rgb(219,34,209); }
H1.HeaderClassName
{
color: #DB22D1;
}
.AnyTagClassName
{
color: #DB22D1;
}
</style>
background-color css
<style>
a { background-color: #DB22D1; }
a { background-color: rgb(219,34,209); }
div.DivClassName
{
background-color: #DB22D1;
}
.BgClassName
{
background-color: #DB22D1;
}
</style>
border-color css
<style>
span { border-color: #DB22D1; }
span { border-color: rgb(219,34,209); }
td.TdClassName
{
border-color: #DB22D1;
}
.TagClassName
{
border-color: #DB22D1;
}
</style>