Shades of Deep Magenta #DB22DE
Tints of Deep Magenta #DB22DE
RGB
CMYK
RGB Variations
Color information
#DB22DE (or 0xDB22DE) is known color: Deep Magenta. HEX triplet: DB, 22 and DE. RGB value is (219,34,222). Sum of RGB (Red+Green+Blue) = 219+34+222=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 34 (13.67% from 255 or 7.16% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB22DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22DE is #24DD21. Grayscale: #6E6E6E. Windows color (decimal): -2415906 or 14557915. OLE color: 14557915.
HSL color Cylindrical-coordinate representation of color #DB22DE: hue angle of 299.04º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB22DE is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 34 | 222 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.13 |
| HSL | 299.04º | 0.74% | 0.5% | - |
| HSV(B) | 299.04º | 0.85% | 0.87% | - |
| XYZ | 42.97 | 21.48 | 70.99 | - |
| YUV | 110.75 | 190.79 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 222 | 0.01 | 0.85 | 0 | 0.13 | 299.04 | 0.74 | 0.5 |
| Hex | DB | 22 | DE | 1 | 55 | 0 | D | 12B | 4A | 32 |
| Octal | 333 | 42 | 336 | 1 | 125 | 0 | 15 | 453 | 112 | 62 |
| Binary | 11011011 | 100010 | 11011110 | 1 | 1010101 | 0 | 1101 | 100101011 | 1001010 | 110010 |
Color Harmonies of #DB22DE
Complementary color
Monochromatic Colors of #DB22DE
Black with #DB22DE
Text Example
Text Example
White with #DB22DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22DE; }
p { color: rgb(219,34,222); }
H1.HeaderClassName
{
color: #DB22DE;
}
.AnyTagClassName
{
color: #DB22DE;
}
</style>
background-color css
<style>
a { background-color: #DB22DE; }
a { background-color: rgb(219,34,222); }
div.DivClassName
{
background-color: #DB22DE;
}
.BgClassName
{
background-color: #DB22DE;
}
</style>
border-color css
<style>
span { border-color: #DB22DE; }
span { border-color: rgb(219,34,222); }
td.TdClassName
{
border-color: #DB22DE;
}
.TagClassName
{
border-color: #DB22DE;
}
</style>