Shades of Deep Magenta #DB00DC
Tints of Deep Magenta #DB00DC
RGB
CMYK
RGB Variations
Color information
#DB00DC (or 0xDB00DC) is known color: Deep Magenta. HEX triplet: DB, 00 and DC. RGB value is (219,0,220). Sum of RGB (Red+Green+Blue) = 219+0+220=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00DC is #24FF23. Grayscale: #595959. Windows color (decimal): -2424612 or 14418139. OLE color: 14418139.
HSL color Cylindrical-coordinate representation of color #DB00DC: hue angle of 299.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00DC is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 220 | - |
| CMYK | 0.00 | 1 | 0 | 0.14 |
| HSL | 299.73º | 1% | 0.43% | - |
| HSV(B) | 299.73º | 1% | 0.86% | - |
| XYZ | 42.13 | 20.23 | 69.39 | - |
| YUV | 90.56 | 201.05 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 220 | 0.00 | 1 | 0 | 0.14 | 299.73 | 1 | 0.43 |
| Hex | DB | 0 | DC | 0 | 64 | 0 | E | 12C | 64 | 2B |
| Octal | 333 | 0 | 334 | 0 | 144 | 0 | 16 | 454 | 144 | 53 |
| Binary | 11011011 | 0 | 11011100 | 0 | 1100100 | 0 | 1110 | 100101100 | 1100100 | 101011 |
Color Harmonies of #DB00DC
Complementary color
Monochromatic Colors of #DB00DC
Black with #DB00DC
Text Example
Text Example
White with #DB00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00DC; }
p { color: rgb(219,0,220); }
H1.HeaderClassName
{
color: #DB00DC;
}
.AnyTagClassName
{
color: #DB00DC;
}
</style>
background-color css
<style>
a { background-color: #DB00DC; }
a { background-color: rgb(219,0,220); }
div.DivClassName
{
background-color: #DB00DC;
}
.BgClassName
{
background-color: #DB00DC;
}
</style>
border-color css
<style>
span { border-color: #DB00DC; }
span { border-color: rgb(219,0,220); }
td.TdClassName
{
border-color: #DB00DC;
}
.TagClassName
{
border-color: #DB00DC;
}
</style>