Shades of Deep Magenta #DB26D9
Tints of Deep Magenta #DB26D9
RGB
CMYK
RGB Variations
Color information
#DB26D9 (or 0xDB26D9) is known color: Deep Magenta. HEX triplet: DB, 26 and D9. RGB value is (219,38,217). Sum of RGB (Red+Green+Blue) = 219+38+217=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 38 (15.23% from 255 or 8.02% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26D9 is #24D926. Grayscale: #6F6F6F. Windows color (decimal): -2414887 or 14231259. OLE color: 14231259.
HSL color Cylindrical-coordinate representation of color #DB26D9: hue angle of 300.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB26D9 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 217 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.14 |
| HSL | 300.66º | 0.72% | 0.5% | - |
| HSV(B) | 300.66º | 0.83% | 0.86% | - |
| XYZ | 42.43 | 21.46 | 67.55 | - |
| YUV | 112.53 | 186.97 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 217 | 0 | 0.83 | 0.01 | 0.14 | 300.66 | 0.72 | 0.5 |
| Hex | DB | 26 | D9 | 0 | 53 | 1 | E | 12D | 48 | 32 |
| Octal | 333 | 46 | 331 | 0 | 123 | 1 | 16 | 455 | 110 | 62 |
| Binary | 11011011 | 100110 | 11011001 | 0 | 1010011 | 1 | 1110 | 100101101 | 1001000 | 110010 |
Color Harmonies of #DB26D9
Complementary color
Monochromatic Colors of #DB26D9
Black with #DB26D9
Text Example
Text Example
White with #DB26D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26D9; }
p { color: rgb(219,38,217); }
H1.HeaderClassName
{
color: #DB26D9;
}
.AnyTagClassName
{
color: #DB26D9;
}
</style>
background-color css
<style>
a { background-color: #DB26D9; }
a { background-color: rgb(219,38,217); }
div.DivClassName
{
background-color: #DB26D9;
}
.BgClassName
{
background-color: #DB26D9;
}
</style>
border-color css
<style>
span { border-color: #DB26D9; }
span { border-color: rgb(219,38,217); }
td.TdClassName
{
border-color: #DB26D9;
}
.TagClassName
{
border-color: #DB26D9;
}
</style>