Shades of Deep Magenta #DB26D1
Tints of Deep Magenta #DB26D1
RGB
CMYK
RGB Variations
Color information
#DB26D1 (or 0xDB26D1) is known color: Deep Magenta. HEX triplet: DB, 26 and D1. RGB value is (219,38,209). Sum of RGB (Red+Green+Blue) = 219+38+209=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26D1 is #24D92E. Grayscale: #6F6F6F. Windows color (decimal): -2414895 or 13706971. OLE color: 13706971.
HSL color Cylindrical-coordinate representation of color #DB26D1: hue angle of 303.31º 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 #DB26D1 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 209 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.14 |
| HSL | 303.31º | 0.72% | 0.5% | - |
| HSV(B) | 303.31º | 0.83% | 0.86% | - |
| XYZ | 41.42 | 21.05 | 62.2 | - |
| YUV | 111.61 | 182.97 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 209 | 0 | 0.83 | 0.05 | 0.14 | 303.31 | 0.72 | 0.5 |
| Hex | DB | 26 | D1 | 0 | 53 | 5 | E | 12F | 48 | 32 |
| Octal | 333 | 46 | 321 | 0 | 123 | 5 | 16 | 457 | 110 | 62 |
| Binary | 11011011 | 100110 | 11010001 | 0 | 1010011 | 101 | 1110 | 100101111 | 1001000 | 110010 |
Color Harmonies of #DB26D1
Complementary color
Monochromatic Colors of #DB26D1
Black with #DB26D1
Text Example
Text Example
White with #DB26D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26D1; }
p { color: rgb(219,38,209); }
H1.HeaderClassName
{
color: #DB26D1;
}
.AnyTagClassName
{
color: #DB26D1;
}
</style>
background-color css
<style>
a { background-color: #DB26D1; }
a { background-color: rgb(219,38,209); }
div.DivClassName
{
background-color: #DB26D1;
}
.BgClassName
{
background-color: #DB26D1;
}
</style>
border-color css
<style>
span { border-color: #DB26D1; }
span { border-color: rgb(219,38,209); }
td.TdClassName
{
border-color: #DB26D1;
}
.TagClassName
{
border-color: #DB26D1;
}
</style>