Shades of Deep Magenta #DB22CE
Tints of Deep Magenta #DB22CE
RGB
CMYK
RGB Variations
Color information
#DB22CE (or 0xDB22CE) is known color: Deep Magenta. HEX triplet: DB, 22 and CE. RGB value is (219,34,206). Sum of RGB (Red+Green+Blue) = 219+34+206=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22CE is #24DD31. Grayscale: #6C6C6C. Windows color (decimal): -2415922 or 13509339. OLE color: 13509339.
HSL color Cylindrical-coordinate representation of color #DB22CE: hue angle of 304.22º 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 #DB22CE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 206 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.14 |
| HSL | 304.22º | 0.73% | 0.5% | - |
| HSV(B) | 304.22º | 0.84% | 0.86% | - |
| XYZ | 40.93 | 20.66 | 60.22 | - |
| YUV | 108.92 | 182.79 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 206 | 0 | 0.84 | 0.06 | 0.14 | 304.22 | 0.73 | 0.5 |
| Hex | DB | 22 | CE | 0 | 54 | 6 | E | 130 | 49 | 32 |
| Octal | 333 | 42 | 316 | 0 | 124 | 6 | 16 | 460 | 111 | 62 |
| Binary | 11011011 | 100010 | 11001110 | 0 | 1010100 | 110 | 1110 | 100110000 | 1001001 | 110010 |
Color Harmonies of #DB22CE
Complementary color
Monochromatic Colors of #DB22CE
Black with #DB22CE
Text Example
Text Example
White with #DB22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22CE; }
p { color: rgb(219,34,206); }
H1.HeaderClassName
{
color: #DB22CE;
}
.AnyTagClassName
{
color: #DB22CE;
}
</style>
background-color css
<style>
a { background-color: #DB22CE; }
a { background-color: rgb(219,34,206); }
div.DivClassName
{
background-color: #DB22CE;
}
.BgClassName
{
background-color: #DB22CE;
}
</style>
border-color css
<style>
span { border-color: #DB22CE; }
span { border-color: rgb(219,34,206); }
td.TdClassName
{
border-color: #DB22CE;
}
.TagClassName
{
border-color: #DB22CE;
}
</style>