Shades of Deep Magenta #DB00BD
Tints of Deep Magenta #DB00BD
RGB
CMYK
RGB Variations
Color information
#DB00BD (or 0xDB00BD) is known color: Deep Magenta. HEX triplet: DB, 00 and BD. RGB value is (219,0,189). Sum of RGB (Red+Green+Blue) = 219+0+189=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00BD is #24FF42. Grayscale: #565656. Windows color (decimal): -2424643 or 12386523. OLE color: 12386523.
HSL color Cylindrical-coordinate representation of color #DB00BD: hue angle of 308.22º 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 #DB00BD is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.14 | 0.14 |
| HSL | 308.22º | 1% | 0.43% | - |
| HSV(B) | 308.22º | 1% | 0.86% | - |
| XYZ | 38.4 | 18.73 | 49.74 | - |
| YUV | 87.03 | 185.55 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 189 | 0 | 1 | 0.14 | 0.14 | 308.22 | 1 | 0.43 |
| Hex | DB | 0 | BD | 0 | 64 | E | E | 134 | 64 | 2B |
| Octal | 333 | 0 | 275 | 0 | 144 | 16 | 16 | 464 | 144 | 53 |
| Binary | 11011011 | 0 | 10111101 | 0 | 1100100 | 1110 | 1110 | 100110100 | 1100100 | 101011 |
Color Harmonies of #DB00BD
Complementary color
Monochromatic Colors of #DB00BD
Black with #DB00BD
Text Example
Text Example
White with #DB00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00BD; }
p { color: rgb(219,0,189); }
H1.HeaderClassName
{
color: #DB00BD;
}
.AnyTagClassName
{
color: #DB00BD;
}
</style>
background-color css
<style>
a { background-color: #DB00BD; }
a { background-color: rgb(219,0,189); }
div.DivClassName
{
background-color: #DB00BD;
}
.BgClassName
{
background-color: #DB00BD;
}
</style>
border-color css
<style>
span { border-color: #DB00BD; }
span { border-color: rgb(219,0,189); }
td.TdClassName
{
border-color: #DB00BD;
}
.TagClassName
{
border-color: #DB00BD;
}
</style>