Shades of Deep Magenta #DB1BDC
Tints of Deep Magenta #DB1BDC
RGB
CMYK
RGB Variations
Color information
#DB1BDC (or 0xDB1BDC) is known color: Deep Magenta. HEX triplet: DB, 1B and DC. RGB value is (219,27,220). Sum of RGB (Red+Green+Blue) = 219+27+220=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB1BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BDC is #24E423. Grayscale: #696969. Windows color (decimal): -2417700 or 14425051. OLE color: 14425051.
HSL color Cylindrical-coordinate representation of color #DB1BDC: hue angle of 299.69º 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 #DB1BDC is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 220 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.14 |
| HSL | 299.69º | 0.78% | 0.48% | - |
| HSV(B) | 299.69º | 0.88% | 0.86% | - |
| XYZ | 42.52 | 21.01 | 69.52 | - |
| YUV | 106.41 | 192.11 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 220 | 0.00 | 0.88 | 0 | 0.14 | 299.69 | 0.78 | 0.48 |
| Hex | DB | 1B | DC | 0 | 58 | 0 | E | 12C | 4E | 30 |
| Octal | 333 | 33 | 334 | 0 | 130 | 0 | 16 | 454 | 116 | 60 |
| Binary | 11011011 | 11011 | 11011100 | 0 | 1011000 | 0 | 1110 | 100101100 | 1001110 | 110000 |
Color Harmonies of #DB1BDC
Complementary color
Monochromatic Colors of #DB1BDC
Black with #DB1BDC
Text Example
Text Example
White with #DB1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BDC; }
p { color: rgb(219,27,220); }
H1.HeaderClassName
{
color: #DB1BDC;
}
.AnyTagClassName
{
color: #DB1BDC;
}
</style>
background-color css
<style>
a { background-color: #DB1BDC; }
a { background-color: rgb(219,27,220); }
div.DivClassName
{
background-color: #DB1BDC;
}
.BgClassName
{
background-color: #DB1BDC;
}
</style>
border-color css
<style>
span { border-color: #DB1BDC; }
span { border-color: rgb(219,27,220); }
td.TdClassName
{
border-color: #DB1BDC;
}
.TagClassName
{
border-color: #DB1BDC;
}
</style>