Shades of Deep Magenta #DB22C8
Tints of Deep Magenta #DB22C8
RGB
CMYK
RGB Variations
Color information
#DB22C8 (or 0xDB22C8) is known color: Deep Magenta. HEX triplet: DB, 22 and C8. RGB value is (219,34,200). Sum of RGB (Red+Green+Blue) = 219+34+200=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22C8 is #24DD37. Grayscale: #6B6B6B. Windows color (decimal): -2415928 or 13116123. OLE color: 13116123.
HSL color Cylindrical-coordinate representation of color #DB22C8: hue angle of 306.16º 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 #DB22C8 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 200 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.14 |
| HSL | 306.16º | 0.73% | 0.5% | - |
| HSV(B) | 306.16º | 0.84% | 0.86% | - |
| XYZ | 40.21 | 20.37 | 56.46 | - |
| YUV | 108.24 | 179.79 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 200 | 0 | 0.84 | 0.09 | 0.14 | 306.16 | 0.73 | 0.5 |
| Hex | DB | 22 | C8 | 0 | 54 | 9 | E | 132 | 49 | 32 |
| Octal | 333 | 42 | 310 | 0 | 124 | 11 | 16 | 462 | 111 | 62 |
| Binary | 11011011 | 100010 | 11001000 | 0 | 1010100 | 1001 | 1110 | 100110010 | 1001001 | 110010 |
Color Harmonies of #DB22C8
Complementary color
Monochromatic Colors of #DB22C8
Black with #DB22C8
Text Example
Text Example
White with #DB22C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22C8; }
p { color: rgb(219,34,200); }
H1.HeaderClassName
{
color: #DB22C8;
}
.AnyTagClassName
{
color: #DB22C8;
}
</style>
background-color css
<style>
a { background-color: #DB22C8; }
a { background-color: rgb(219,34,200); }
div.DivClassName
{
background-color: #DB22C8;
}
.BgClassName
{
background-color: #DB22C8;
}
</style>
border-color css
<style>
span { border-color: #DB22C8; }
span { border-color: rgb(219,34,200); }
td.TdClassName
{
border-color: #DB22C8;
}
.TagClassName
{
border-color: #DB22C8;
}
</style>