Shades of Deep Magenta #DB28D9
Tints of Deep Magenta #DB28D9
RGB
CMYK
RGB Variations
Color information
#DB28D9 (or 0xDB28D9) is known color: Deep Magenta. HEX triplet: DB, 28 and D9. RGB value is (219,40,217). Sum of RGB (Red+Green+Blue) = 219+40+217=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28D9 is #24D726. Grayscale: #717171. Windows color (decimal): -2414375 or 14231771. OLE color: 14231771.
HSL color Cylindrical-coordinate representation of color #DB28D9: hue angle of 300.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28D9 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 217 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.14 |
| HSL | 300.67º | 0.71% | 0.51% | - |
| HSV(B) | 300.67º | 0.82% | 0.86% | - |
| XYZ | 42.5 | 21.59 | 67.57 | - |
| YUV | 113.7 | 186.3 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 217 | 0 | 0.82 | 0.01 | 0.14 | 300.67 | 0.71 | 0.51 |
| Hex | DB | 28 | D9 | 0 | 52 | 1 | E | 12D | 47 | 33 |
| Octal | 333 | 50 | 331 | 0 | 122 | 1 | 16 | 455 | 107 | 63 |
| Binary | 11011011 | 101000 | 11011001 | 0 | 1010010 | 1 | 1110 | 100101101 | 1000111 | 110011 |
Color Harmonies of #DB28D9
Complementary color
Monochromatic Colors of #DB28D9
Black with #DB28D9
Text Example
Text Example
White with #DB28D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28D9; }
p { color: rgb(219,40,217); }
H1.HeaderClassName
{
color: #DB28D9;
}
.AnyTagClassName
{
color: #DB28D9;
}
</style>
background-color css
<style>
a { background-color: #DB28D9; }
a { background-color: rgb(219,40,217); }
div.DivClassName
{
background-color: #DB28D9;
}
.BgClassName
{
background-color: #DB28D9;
}
</style>
border-color css
<style>
span { border-color: #DB28D9; }
span { border-color: rgb(219,40,217); }
td.TdClassName
{
border-color: #DB28D9;
}
.TagClassName
{
border-color: #DB28D9;
}
</style>