Shades of Deep Magenta #DB0ABD
Tints of Deep Magenta #DB0ABD
RGB
CMYK
RGB Variations
Color information
#DB0ABD (or 0xDB0ABD) is known color: Deep Magenta. HEX triplet: DB, 0A and BD. RGB value is (219,10,189). Sum of RGB (Red+Green+Blue) = 219+10+189=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ABD is #24F542. Grayscale: #5C5C5C. Windows color (decimal): -2422083 or 12389083. OLE color: 12389083.
HSL color Cylindrical-coordinate representation of color #DB0ABD: hue angle of 308.61º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0ABD is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 189 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.14 |
| HSL | 308.61º | 0.91% | 0.45% | - |
| HSV(B) | 308.61º | 0.95% | 0.86% | - |
| XYZ | 38.51 | 18.95 | 49.77 | - |
| YUV | 92.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 189 | 0 | 0.95 | 0.14 | 0.14 | 308.61 | 0.91 | 0.45 |
| Hex | DB | A | BD | 0 | 5F | E | E | 135 | 5B | 2D |
| Octal | 333 | 12 | 275 | 0 | 137 | 16 | 16 | 465 | 133 | 55 |
| Binary | 11011011 | 1010 | 10111101 | 0 | 1011111 | 1110 | 1110 | 100110101 | 1011011 | 101101 |
Color Harmonies of #DB0ABD
Complementary color
Monochromatic Colors of #DB0ABD
Black with #DB0ABD
Text Example
Text Example
White with #DB0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ABD; }
p { color: rgb(219,10,189); }
H1.HeaderClassName
{
color: #DB0ABD;
}
.AnyTagClassName
{
color: #DB0ABD;
}
</style>
background-color css
<style>
a { background-color: #DB0ABD; }
a { background-color: rgb(219,10,189); }
div.DivClassName
{
background-color: #DB0ABD;
}
.BgClassName
{
background-color: #DB0ABD;
}
</style>
border-color css
<style>
span { border-color: #DB0ABD; }
span { border-color: rgb(219,10,189); }
td.TdClassName
{
border-color: #DB0ABD;
}
.TagClassName
{
border-color: #DB0ABD;
}
</style>