Shades of Deep Magenta #DB07DC
Tints of Deep Magenta #DB07DC
RGB
CMYK
RGB Variations
Color information
#DB07DC (or 0xDB07DC) is known color: Deep Magenta. HEX triplet: DB, 07 and DC. RGB value is (219,7,220). Sum of RGB (Red+Green+Blue) = 219+7+220=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07DC is #24F823. Grayscale: #5E5E5E. Windows color (decimal): -2422820 or 14419931. OLE color: 14419931.
HSL color Cylindrical-coordinate representation of color #DB07DC: hue angle of 299.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07DC is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 220 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.14 |
| HSL | 299.72º | 0.94% | 0.45% | - |
| HSV(B) | 299.72º | 0.97% | 0.86% | - |
| XYZ | 42.21 | 20.38 | 69.42 | - |
| YUV | 94.67 | 198.74 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 220 | 0.00 | 0.97 | 0 | 0.14 | 299.72 | 0.94 | 0.45 |
| Hex | DB | 7 | DC | 0 | 61 | 0 | E | 12C | 5E | 2D |
| Octal | 333 | 7 | 334 | 0 | 141 | 0 | 16 | 454 | 136 | 55 |
| Binary | 11011011 | 111 | 11011100 | 0 | 1100001 | 0 | 1110 | 100101100 | 1011110 | 101101 |
Color Harmonies of #DB07DC
Complementary color
Monochromatic Colors of #DB07DC
Black with #DB07DC
Text Example
Text Example
White with #DB07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07DC; }
p { color: rgb(219,7,220); }
H1.HeaderClassName
{
color: #DB07DC;
}
.AnyTagClassName
{
color: #DB07DC;
}
</style>
background-color css
<style>
a { background-color: #DB07DC; }
a { background-color: rgb(219,7,220); }
div.DivClassName
{
background-color: #DB07DC;
}
.BgClassName
{
background-color: #DB07DC;
}
</style>
border-color css
<style>
span { border-color: #DB07DC; }
span { border-color: rgb(219,7,220); }
td.TdClassName
{
border-color: #DB07DC;
}
.TagClassName
{
border-color: #DB07DC;
}
</style>