Shades of Deep Magenta #DB26DB
Tints of Deep Magenta #DB26DB
RGB
CMYK
RGB Variations
Color information
#DB26DB (or 0xDB26DB) is known color: Deep Magenta. HEX triplet: DB, 26 and DB. RGB value is (219,38,219). Sum of RGB (Red+Green+Blue) = 219+38+219=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB26DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26DB is #24D924. Grayscale: #707070. Windows color (decimal): -2414885 or 14362331. OLE color: 14362331.
HSL color Cylindrical-coordinate representation of color #DB26DB: hue angle of 300º 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 #DB26DB is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 38 | 219 | - |
CMYK | 0 | 0.83 | 0 | 0.14 |
HSL | 300º | 0.72% | 0.5% | - |
HSV(B) | 300º | 0.83% | 0.86% | - |
XYZ | 42.69 | 21.56 | 68.93 | - |
YUV | 112.75 | 187.97 | 203.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 38 | 219 | 0 | 0.83 | 0 | 0.14 | 300 | 0.72 | 0.5 |
Hex | DB | 26 | DB | 0 | 53 | 0 | E | 12C | 48 | 32 |
Octal | 333 | 46 | 333 | 0 | 123 | 0 | 16 | 454 | 110 | 62 |
Binary | 11011011 | 100110 | 11011011 | 0 | 1010011 | 0 | 1110 | 100101100 | 1001000 | 110010 |
Color Harmonies of #DB26DB
Complementary color
Monochromatic Colors of #DB26DB
Black with #DB26DB
Text Example
Text Example
White with #DB26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26DB; }
p { color: rgb(219,38,219); }
H1.HeaderClassName
{
color: #DB26DB;
}
.AnyTagClassName
{
color: #DB26DB;
}
</style>
background-color css
<style>
a { background-color: #DB26DB; }
a { background-color: rgb(219,38,219); }
div.DivClassName
{
background-color: #DB26DB;
}
.BgClassName
{
background-color: #DB26DB;
}
</style>
border-color css
<style>
span { border-color: #DB26DB; }
span { border-color: rgb(219,38,219); }
td.TdClassName
{
border-color: #DB26DB;
}
.TagClassName
{
border-color: #DB26DB;
}
</style>