Shades of Deep Magenta #DB22CD
Tints of Deep Magenta #DB22CD
RGB
CMYK
RGB Variations
Color information
#DB22CD (or 0xDB22CD) is known color: Deep Magenta. HEX triplet: DB, 22 and CD. RGB value is (219,34,205). Sum of RGB (Red+Green+Blue) = 219+34+205=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22CD is #24DD32. Grayscale: #6C6C6C. Windows color (decimal): -2415923 or 13443803. OLE color: 13443803.
HSL color Cylindrical-coordinate representation of color #DB22CD: hue angle of 304.54º 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 #DB22CD is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 205 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.14 |
| HSL | 304.54º | 0.73% | 0.5% | - |
| HSV(B) | 304.54º | 0.84% | 0.86% | - |
| XYZ | 40.8 | 20.61 | 59.59 | - |
| YUV | 108.81 | 182.29 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 205 | 0 | 0.84 | 0.06 | 0.14 | 304.54 | 0.73 | 0.5 |
| Hex | DB | 22 | CD | 0 | 54 | 6 | E | 131 | 49 | 32 |
| Octal | 333 | 42 | 315 | 0 | 124 | 6 | 16 | 461 | 111 | 62 |
| Binary | 11011011 | 100010 | 11001101 | 0 | 1010100 | 110 | 1110 | 100110001 | 1001001 | 110010 |
Color Harmonies of #DB22CD
Complementary color
Monochromatic Colors of #DB22CD
Black with #DB22CD
Text Example
Text Example
White with #DB22CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22CD; }
p { color: rgb(219,34,205); }
H1.HeaderClassName
{
color: #DB22CD;
}
.AnyTagClassName
{
color: #DB22CD;
}
</style>
background-color css
<style>
a { background-color: #DB22CD; }
a { background-color: rgb(219,34,205); }
div.DivClassName
{
background-color: #DB22CD;
}
.BgClassName
{
background-color: #DB22CD;
}
</style>
border-color css
<style>
span { border-color: #DB22CD; }
span { border-color: rgb(219,34,205); }
td.TdClassName
{
border-color: #DB22CD;
}
.TagClassName
{
border-color: #DB22CD;
}
</style>