Shades of Deep Magenta #DB10BD
Tints of Deep Magenta #DB10BD
RGB
CMYK
RGB Variations
Color information
#DB10BD (or 0xDB10BD) is known color: Deep Magenta. HEX triplet: DB, 10 and BD. RGB value is (219,16,189). Sum of RGB (Red+Green+Blue) = 219+16+189=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10BD is #24EF42. Grayscale: #5F5F5F. Windows color (decimal): -2420547 or 12390619. OLE color: 12390619.
HSL color Cylindrical-coordinate representation of color #DB10BD: hue angle of 308.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB10BD is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.14 |
| HSL | 308.87º | 0.86% | 0.46% | - |
| HSV(B) | 308.87º | 0.93% | 0.86% | - |
| XYZ | 38.58 | 19.1 | 49.8 | - |
| YUV | 96.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 189 | 0 | 0.93 | 0.14 | 0.14 | 308.87 | 0.86 | 0.46 |
| Hex | DB | 10 | BD | 0 | 5D | E | E | 135 | 56 | 2E |
| Octal | 333 | 20 | 275 | 0 | 135 | 16 | 16 | 465 | 126 | 56 |
| Binary | 11011011 | 10000 | 10111101 | 0 | 1011101 | 1110 | 1110 | 100110101 | 1010110 | 101110 |
Color Harmonies of #DB10BD
Complementary color
Monochromatic Colors of #DB10BD
Black with #DB10BD
Text Example
Text Example
White with #DB10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10BD; }
p { color: rgb(219,16,189); }
H1.HeaderClassName
{
color: #DB10BD;
}
.AnyTagClassName
{
color: #DB10BD;
}
</style>
background-color css
<style>
a { background-color: #DB10BD; }
a { background-color: rgb(219,16,189); }
div.DivClassName
{
background-color: #DB10BD;
}
.BgClassName
{
background-color: #DB10BD;
}
</style>
border-color css
<style>
span { border-color: #DB10BD; }
span { border-color: rgb(219,16,189); }
td.TdClassName
{
border-color: #DB10BD;
}
.TagClassName
{
border-color: #DB10BD;
}
</style>