Shades of Deep Magenta #DB09DC
Tints of Deep Magenta #DB09DC
RGB
CMYK
RGB Variations
Color information
#DB09DC (or 0xDB09DC) is known color: Deep Magenta. HEX triplet: DB, 09 and DC. RGB value is (219,9,220). Sum of RGB (Red+Green+Blue) = 219+9+220=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09DC is #24F623. Grayscale: #5F5F5F. Windows color (decimal): -2422308 or 14420443. OLE color: 14420443.
HSL color Cylindrical-coordinate representation of color #DB09DC: hue angle of 299.72º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09DC is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 220 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.14 |
| HSL | 299.72º | 0.92% | 0.45% | - |
| HSV(B) | 299.72º | 0.96% | 0.86% | - |
| XYZ | 42.23 | 20.42 | 69.43 | - |
| YUV | 95.84 | 198.07 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 220 | 0.00 | 0.96 | 0 | 0.14 | 299.72 | 0.92 | 0.45 |
| Hex | DB | 9 | DC | 0 | 60 | 0 | E | 12C | 5C | 2D |
| Octal | 333 | 11 | 334 | 0 | 140 | 0 | 16 | 454 | 134 | 55 |
| Binary | 11011011 | 1001 | 11011100 | 0 | 1100000 | 0 | 1110 | 100101100 | 1011100 | 101101 |
Color Harmonies of #DB09DC
Complementary color
Monochromatic Colors of #DB09DC
Black with #DB09DC
Text Example
Text Example
White with #DB09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09DC; }
p { color: rgb(219,9,220); }
H1.HeaderClassName
{
color: #DB09DC;
}
.AnyTagClassName
{
color: #DB09DC;
}
</style>
background-color css
<style>
a { background-color: #DB09DC; }
a { background-color: rgb(219,9,220); }
div.DivClassName
{
background-color: #DB09DC;
}
.BgClassName
{
background-color: #DB09DC;
}
</style>
border-color css
<style>
span { border-color: #DB09DC; }
span { border-color: rgb(219,9,220); }
td.TdClassName
{
border-color: #DB09DC;
}
.TagClassName
{
border-color: #DB09DC;
}
</style>