Shades of Deep Magenta #DB22CB
Tints of Deep Magenta #DB22CB
RGB
CMYK
RGB Variations
Color information
#DB22CB (or 0xDB22CB) is known color: Deep Magenta. HEX triplet: DB, 22 and CB. RGB value is (219,34,203). Sum of RGB (Red+Green+Blue) = 219+34+203=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22CB is #24DD34. Grayscale: #6C6C6C. Windows color (decimal): -2415925 or 13312731. OLE color: 13312731.
HSL color Cylindrical-coordinate representation of color #DB22CB: hue angle of 305.19º 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 #DB22CB is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 203 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.14 |
| HSL | 305.19º | 0.73% | 0.5% | - |
| HSV(B) | 305.19º | 0.84% | 0.86% | - |
| XYZ | 40.56 | 20.52 | 58.32 | - |
| YUV | 108.58 | 181.29 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 203 | 0 | 0.84 | 0.07 | 0.14 | 305.19 | 0.73 | 0.5 |
| Hex | DB | 22 | CB | 0 | 54 | 7 | E | 131 | 49 | 32 |
| Octal | 333 | 42 | 313 | 0 | 124 | 7 | 16 | 461 | 111 | 62 |
| Binary | 11011011 | 100010 | 11001011 | 0 | 1010100 | 111 | 1110 | 100110001 | 1001001 | 110010 |
Color Harmonies of #DB22CB
Complementary color
Monochromatic Colors of #DB22CB
Black with #DB22CB
Text Example
Text Example
White with #DB22CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22CB; }
p { color: rgb(219,34,203); }
H1.HeaderClassName
{
color: #DB22CB;
}
.AnyTagClassName
{
color: #DB22CB;
}
</style>
background-color css
<style>
a { background-color: #DB22CB; }
a { background-color: rgb(219,34,203); }
div.DivClassName
{
background-color: #DB22CB;
}
.BgClassName
{
background-color: #DB22CB;
}
</style>
border-color css
<style>
span { border-color: #DB22CB; }
span { border-color: rgb(219,34,203); }
td.TdClassName
{
border-color: #DB22CB;
}
.TagClassName
{
border-color: #DB22CB;
}
</style>