Shades of Deep Magenta #DB1AD1
Tints of Deep Magenta #DB1AD1
RGB
CMYK
RGB Variations
Color information
#DB1AD1 (or 0xDB1AD1) is known color: Deep Magenta. HEX triplet: DB, 1A and D1. RGB value is (219,26,209). Sum of RGB (Red+Green+Blue) = 219+26+209=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AD1 is #24E52E. Grayscale: #686868. Windows color (decimal): -2417967 or 13703899. OLE color: 13703899.
HSL color Cylindrical-coordinate representation of color #DB1AD1: hue angle of 303.11º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AD1 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 209 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.14 |
| HSL | 303.11º | 0.79% | 0.48% | - |
| HSV(B) | 303.11º | 0.88% | 0.86% | - |
| XYZ | 41.09 | 20.4 | 62.09 | - |
| YUV | 104.57 | 186.94 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 209 | 0 | 0.88 | 0.05 | 0.14 | 303.11 | 0.79 | 0.48 |
| Hex | DB | 1A | D1 | 0 | 58 | 5 | E | 12F | 4F | 30 |
| Octal | 333 | 32 | 321 | 0 | 130 | 5 | 16 | 457 | 117 | 60 |
| Binary | 11011011 | 11010 | 11010001 | 0 | 1011000 | 101 | 1110 | 100101111 | 1001111 | 110000 |
Color Harmonies of #DB1AD1
Complementary color
Monochromatic Colors of #DB1AD1
Black with #DB1AD1
Text Example
Text Example
White with #DB1AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AD1; }
p { color: rgb(219,26,209); }
H1.HeaderClassName
{
color: #DB1AD1;
}
.AnyTagClassName
{
color: #DB1AD1;
}
</style>
background-color css
<style>
a { background-color: #DB1AD1; }
a { background-color: rgb(219,26,209); }
div.DivClassName
{
background-color: #DB1AD1;
}
.BgClassName
{
background-color: #DB1AD1;
}
</style>
border-color css
<style>
span { border-color: #DB1AD1; }
span { border-color: rgb(219,26,209); }
td.TdClassName
{
border-color: #DB1AD1;
}
.TagClassName
{
border-color: #DB1AD1;
}
</style>