Shades of Deep Magenta #DB26D5
Tints of Deep Magenta #DB26D5
RGB
CMYK
RGB Variations
Color information
#DB26D5 (or 0xDB26D5) is known color: Deep Magenta. HEX triplet: DB, 26 and D5. RGB value is (219,38,213). Sum of RGB (Red+Green+Blue) = 219+38+213=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26D5 is #24D92A. Grayscale: #6F6F6F. Windows color (decimal): -2414891 or 13969115. OLE color: 13969115.
HSL color Cylindrical-coordinate representation of color #DB26D5: hue angle of 301.99º 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 #DB26D5 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 38 | 213 | - |
CMYK | 0 | 0.83 | 0.03 | 0.14 |
HSL | 301.99º | 0.72% | 0.5% | - |
HSV(B) | 301.99º | 0.83% | 0.86% | - |
XYZ | 41.92 | 21.25 | 64.84 | - |
YUV | 112.07 | 184.97 | 204.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 38 | 213 | 0 | 0.83 | 0.03 | 0.14 | 301.99 | 0.72 | 0.5 |
Hex | DB | 26 | D5 | 0 | 53 | 3 | E | 12E | 48 | 32 |
Octal | 333 | 46 | 325 | 0 | 123 | 3 | 16 | 456 | 110 | 62 |
Binary | 11011011 | 100110 | 11010101 | 0 | 1010011 | 11 | 1110 | 100101110 | 1001000 | 110010 |
Color Harmonies of #DB26D5
Complementary color
Monochromatic Colors of #DB26D5
Black with #DB26D5
Text Example
Text Example
White with #DB26D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26D5; }
p { color: rgb(219,38,213); }
H1.HeaderClassName
{
color: #DB26D5;
}
.AnyTagClassName
{
color: #DB26D5;
}
</style>
background-color css
<style>
a { background-color: #DB26D5; }
a { background-color: rgb(219,38,213); }
div.DivClassName
{
background-color: #DB26D5;
}
.BgClassName
{
background-color: #DB26D5;
}
</style>
border-color css
<style>
span { border-color: #DB26D5; }
span { border-color: rgb(219,38,213); }
td.TdClassName
{
border-color: #DB26D5;
}
.TagClassName
{
border-color: #DB26D5;
}
</style>