Shades of Deep Magenta #DB1AD3
Tints of Deep Magenta #DB1AD3
RGB
CMYK
RGB Variations
Color information
#DB1AD3 (or 0xDB1AD3) is known color: Deep Magenta. HEX triplet: DB, 1A and D3. RGB value is (219,26,211). Sum of RGB (Red+Green+Blue) = 219+26+211=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AD3 is #24E52C. Grayscale: #686868. Windows color (decimal): -2417965 or 13834971. OLE color: 13834971.
HSL color Cylindrical-coordinate representation of color #DB1AD3: hue angle of 302.49º 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 #DB1AD3 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 211 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.14 |
| HSL | 302.49º | 0.79% | 0.48% | - |
| HSV(B) | 302.49º | 0.88% | 0.86% | - |
| XYZ | 41.34 | 20.5 | 63.41 | - |
| YUV | 104.8 | 187.94 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 211 | 0 | 0.88 | 0.04 | 0.14 | 302.49 | 0.79 | 0.48 |
| Hex | DB | 1A | D3 | 0 | 58 | 4 | E | 12E | 4F | 30 |
| Octal | 333 | 32 | 323 | 0 | 130 | 4 | 16 | 456 | 117 | 60 |
| Binary | 11011011 | 11010 | 11010011 | 0 | 1011000 | 100 | 1110 | 100101110 | 1001111 | 110000 |
Color Harmonies of #DB1AD3
Complementary color
Monochromatic Colors of #DB1AD3
Black with #DB1AD3
Text Example
Text Example
White with #DB1AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AD3; }
p { color: rgb(219,26,211); }
H1.HeaderClassName
{
color: #DB1AD3;
}
.AnyTagClassName
{
color: #DB1AD3;
}
</style>
background-color css
<style>
a { background-color: #DB1AD3; }
a { background-color: rgb(219,26,211); }
div.DivClassName
{
background-color: #DB1AD3;
}
.BgClassName
{
background-color: #DB1AD3;
}
</style>
border-color css
<style>
span { border-color: #DB1AD3; }
span { border-color: rgb(219,26,211); }
td.TdClassName
{
border-color: #DB1AD3;
}
.TagClassName
{
border-color: #DB1AD3;
}
</style>