Shades of Deep Magenta #DB1BD4
Tints of Deep Magenta #DB1BD4
RGB
CMYK
RGB Variations
Color information
#DB1BD4 (or 0xDB1BD4) is known color: Deep Magenta. HEX triplet: DB, 1B and D4. RGB value is (219,27,212). Sum of RGB (Red+Green+Blue) = 219+27+212=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BD4 is #24E42B. Grayscale: #686868. Windows color (decimal): -2417708 or 13900763. OLE color: 13900763.
HSL color Cylindrical-coordinate representation of color #DB1BD4: hue angle of 302.19º degrees, saturation: 0.78, 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 #DB1BD4 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 212 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.14 |
| HSL | 302.19º | 0.78% | 0.48% | - |
| HSV(B) | 302.19º | 0.88% | 0.86% | - |
| XYZ | 41.49 | 20.6 | 64.08 | - |
| YUV | 105.5 | 188.11 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 212 | 0 | 0.88 | 0.03 | 0.14 | 302.19 | 0.78 | 0.48 |
| Hex | DB | 1B | D4 | 0 | 58 | 3 | E | 12E | 4E | 30 |
| Octal | 333 | 33 | 324 | 0 | 130 | 3 | 16 | 456 | 116 | 60 |
| Binary | 11011011 | 11011 | 11010100 | 0 | 1011000 | 11 | 1110 | 100101110 | 1001110 | 110000 |
Color Harmonies of #DB1BD4
Complementary color
Monochromatic Colors of #DB1BD4
Black with #DB1BD4
Text Example
Text Example
White with #DB1BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BD4; }
p { color: rgb(219,27,212); }
H1.HeaderClassName
{
color: #DB1BD4;
}
.AnyTagClassName
{
color: #DB1BD4;
}
</style>
background-color css
<style>
a { background-color: #DB1BD4; }
a { background-color: rgb(219,27,212); }
div.DivClassName
{
background-color: #DB1BD4;
}
.BgClassName
{
background-color: #DB1BD4;
}
</style>
border-color css
<style>
span { border-color: #DB1BD4; }
span { border-color: rgb(219,27,212); }
td.TdClassName
{
border-color: #DB1BD4;
}
.TagClassName
{
border-color: #DB1BD4;
}
</style>