Shades of Deep Magenta #DB00DD
Tints of Deep Magenta #DB00DD
RGB
CMYK
RGB Variations
Color information
#DB00DD (or 0xDB00DD) is known color: Deep Magenta. HEX triplet: DB, 00 and DD. RGB value is (219,0,221). Sum of RGB (Red+Green+Blue) = 219+0+221=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00DD is #24FF22. Grayscale: #5A5A5A. Windows color (decimal): -2424611 or 14483675. OLE color: 14483675.
HSL color Cylindrical-coordinate representation of color #DB00DD: hue angle of 299.46º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00DD is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 0 | 221 | - |
| CMYK | 0.01 | 1 | 0 | 0.13 |
| HSL | 299.46º | 1% | 0.43% | - |
| HSV(B) | 299.46º | 1% | 0.87% | - |
| XYZ | 42.26 | 20.28 | 70.09 | - |
| YUV | 90.68 | 201.55 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 221 | 0.01 | 1 | 0 | 0.13 | 299.46 | 1 | 0.43 |
| Hex | DB | 0 | DD | 1 | 64 | 0 | D | 12B | 64 | 2B |
| Octal | 333 | 0 | 335 | 1 | 144 | 0 | 15 | 453 | 144 | 53 |
| Binary | 11011011 | 0 | 11011101 | 1 | 1100100 | 0 | 1101 | 100101011 | 1100100 | 101011 |
Color Harmonies of #DB00DD
Complementary color
Monochromatic Colors of #DB00DD
Black with #DB00DD
Text Example
Text Example
White with #DB00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00DD; }
p { color: rgb(219,0,221); }
H1.HeaderClassName
{
color: #DB00DD;
}
.AnyTagClassName
{
color: #DB00DD;
}
</style>
background-color css
<style>
a { background-color: #DB00DD; }
a { background-color: rgb(219,0,221); }
div.DivClassName
{
background-color: #DB00DD;
}
.BgClassName
{
background-color: #DB00DD;
}
</style>
border-color css
<style>
span { border-color: #DB00DD; }
span { border-color: rgb(219,0,221); }
td.TdClassName
{
border-color: #DB00DD;
}
.TagClassName
{
border-color: #DB00DD;
}
</style>