Shades of Deep Magenta #DB22DB
Tints of Deep Magenta #DB22DB
RGB
CMYK
RGB Variations
Color information
#DB22DB (or 0xDB22DB) is known color: Deep Magenta. HEX triplet: DB, 22 and DB. RGB value is (219,34,219). Sum of RGB (Red+Green+Blue) = 219+34+219=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB22DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22DB is #24DD24. Grayscale: #6D6D6D. Windows color (decimal): -2415909 or 14361307. OLE color: 14361307.
HSL color Cylindrical-coordinate representation of color #DB22DB: hue angle of 300º 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 #DB22DB is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 34 | 219 | - |
CMYK | 0 | 0.84 | 0 | 0.14 |
HSL | 300º | 0.73% | 0.5% | - |
HSV(B) | 300º | 0.84% | 0.86% | - |
XYZ | 42.57 | 21.32 | 68.89 | - |
YUV | 110.41 | 189.29 | 205.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 34 | 219 | 0 | 0.84 | 0 | 0.14 | 300 | 0.73 | 0.5 |
Hex | DB | 22 | DB | 0 | 54 | 0 | E | 12C | 49 | 32 |
Octal | 333 | 42 | 333 | 0 | 124 | 0 | 16 | 454 | 111 | 62 |
Binary | 11011011 | 100010 | 11011011 | 0 | 1010100 | 0 | 1110 | 100101100 | 1001001 | 110010 |
Color Harmonies of #DB22DB
Complementary color
Monochromatic Colors of #DB22DB
Black with #DB22DB
Text Example
Text Example
White with #DB22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22DB; }
p { color: rgb(219,34,219); }
H1.HeaderClassName
{
color: #DB22DB;
}
.AnyTagClassName
{
color: #DB22DB;
}
</style>
background-color css
<style>
a { background-color: #DB22DB; }
a { background-color: rgb(219,34,219); }
div.DivClassName
{
background-color: #DB22DB;
}
.BgClassName
{
background-color: #DB22DB;
}
</style>
border-color css
<style>
span { border-color: #DB22DB; }
span { border-color: rgb(219,34,219); }
td.TdClassName
{
border-color: #DB22DB;
}
.TagClassName
{
border-color: #DB22DB;
}
</style>