Shades of Deep Magenta #DB10D5
Tints of Deep Magenta #DB10D5
RGB
CMYK
RGB Variations
Color information
#DB10D5 (or 0xDB10D5) is known color: Deep Magenta. HEX triplet: DB, 10 and D5. RGB value is (219,16,213). Sum of RGB (Red+Green+Blue) = 219+16+213=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10D5 is #24EF2A. Grayscale: #626262. Windows color (decimal): -2420523 or 13963483. OLE color: 13963483.
HSL color Cylindrical-coordinate representation of color #DB10D5: hue angle of 301.77º 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 #DB10D5 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 213 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.14 |
| HSL | 301.77º | 0.86% | 0.46% | - |
| HSV(B) | 301.77º | 0.93% | 0.86% | - |
| XYZ | 41.41 | 20.23 | 64.67 | - |
| YUV | 99.16 | 192.25 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 213 | 0 | 0.93 | 0.03 | 0.14 | 301.77 | 0.86 | 0.46 |
| Hex | DB | 10 | D5 | 0 | 5D | 3 | E | 12E | 56 | 2E |
| Octal | 333 | 20 | 325 | 0 | 135 | 3 | 16 | 456 | 126 | 56 |
| Binary | 11011011 | 10000 | 11010101 | 0 | 1011101 | 11 | 1110 | 100101110 | 1010110 | 101110 |
Color Harmonies of #DB10D5
Complementary color
Monochromatic Colors of #DB10D5
Black with #DB10D5
Text Example
Text Example
White with #DB10D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10D5; }
p { color: rgb(219,16,213); }
H1.HeaderClassName
{
color: #DB10D5;
}
.AnyTagClassName
{
color: #DB10D5;
}
</style>
background-color css
<style>
a { background-color: #DB10D5; }
a { background-color: rgb(219,16,213); }
div.DivClassName
{
background-color: #DB10D5;
}
.BgClassName
{
background-color: #DB10D5;
}
</style>
border-color css
<style>
span { border-color: #DB10D5; }
span { border-color: rgb(219,16,213); }
td.TdClassName
{
border-color: #DB10D5;
}
.TagClassName
{
border-color: #DB10D5;
}
</style>