Shades of Deep Magenta #DB1AD4
Tints of Deep Magenta #DB1AD4
RGB
CMYK
RGB Variations
Color information
#DB1AD4 (or 0xDB1AD4) is known color: Deep Magenta. HEX triplet: DB, 1A and D4. RGB value is (219,26,212). Sum of RGB (Red+Green+Blue) = 219+26+212=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AD4 is #24E52B. Grayscale: #686868. Windows color (decimal): -2417964 or 13900507. OLE color: 13900507.
HSL color Cylindrical-coordinate representation of color #DB1AD4: hue angle of 302.18º 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 #DB1AD4 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 212 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.14 |
| HSL | 302.18º | 0.79% | 0.48% | - |
| HSV(B) | 302.18º | 0.88% | 0.86% | - |
| XYZ | 41.47 | 20.55 | 64.07 | - |
| YUV | 104.91 | 188.44 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 212 | 0 | 0.88 | 0.03 | 0.14 | 302.18 | 0.79 | 0.48 |
| Hex | DB | 1A | D4 | 0 | 58 | 3 | E | 12E | 4F | 30 |
| Octal | 333 | 32 | 324 | 0 | 130 | 3 | 16 | 456 | 117 | 60 |
| Binary | 11011011 | 11010 | 11010100 | 0 | 1011000 | 11 | 1110 | 100101110 | 1001111 | 110000 |
Color Harmonies of #DB1AD4
Complementary color
Monochromatic Colors of #DB1AD4
Black with #DB1AD4
Text Example
Text Example
White with #DB1AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AD4; }
p { color: rgb(219,26,212); }
H1.HeaderClassName
{
color: #DB1AD4;
}
.AnyTagClassName
{
color: #DB1AD4;
}
</style>
background-color css
<style>
a { background-color: #DB1AD4; }
a { background-color: rgb(219,26,212); }
div.DivClassName
{
background-color: #DB1AD4;
}
.BgClassName
{
background-color: #DB1AD4;
}
</style>
border-color css
<style>
span { border-color: #DB1AD4; }
span { border-color: rgb(219,26,212); }
td.TdClassName
{
border-color: #DB1AD4;
}
.TagClassName
{
border-color: #DB1AD4;
}
</style>