Shades of Deep Magenta #DB00D3
Tints of Deep Magenta #DB00D3
RGB
CMYK
RGB Variations
Color information
#DB00D3 (or 0xDB00D3) is known color: Deep Magenta. HEX triplet: DB, 00 and D3. RGB value is (219,0,211). Sum of RGB (Red+Green+Blue) = 219+0+211=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00D3 is #24FF2C. Grayscale: #585858. Windows color (decimal): -2424621 or 13828315. OLE color: 13828315.
HSL color Cylindrical-coordinate representation of color #DB00D3: hue angle of 302.19º 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 #DB00D3 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 211 | - |
| CMYK | 0 | 1 | 0.04 | 0.14 |
| HSL | 302.19º | 1% | 0.43% | - |
| HSV(B) | 302.19º | 1% | 0.86% | - |
| XYZ | 40.97 | 19.76 | 63.28 | - |
| YUV | 89.54 | 196.55 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 211 | 0 | 1 | 0.04 | 0.14 | 302.19 | 1 | 0.43 |
| Hex | DB | 0 | D3 | 0 | 64 | 4 | E | 12E | 64 | 2B |
| Octal | 333 | 0 | 323 | 0 | 144 | 4 | 16 | 456 | 144 | 53 |
| Binary | 11011011 | 0 | 11010011 | 0 | 1100100 | 100 | 1110 | 100101110 | 1100100 | 101011 |
Color Harmonies of #DB00D3
Complementary color
Monochromatic Colors of #DB00D3
Black with #DB00D3
Text Example
Text Example
White with #DB00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00D3; }
p { color: rgb(219,0,211); }
H1.HeaderClassName
{
color: #DB00D3;
}
.AnyTagClassName
{
color: #DB00D3;
}
</style>
background-color css
<style>
a { background-color: #DB00D3; }
a { background-color: rgb(219,0,211); }
div.DivClassName
{
background-color: #DB00D3;
}
.BgClassName
{
background-color: #DB00D3;
}
</style>
border-color css
<style>
span { border-color: #DB00D3; }
span { border-color: rgb(219,0,211); }
td.TdClassName
{
border-color: #DB00D3;
}
.TagClassName
{
border-color: #DB00D3;
}
</style>