Shades of Deep Magenta #DB10D3
Tints of Deep Magenta #DB10D3
RGB
CMYK
RGB Variations
Color information
#DB10D3 (or 0xDB10D3) is known color: Deep Magenta. HEX triplet: DB, 10 and D3. RGB value is (219,16,211). Sum of RGB (Red+Green+Blue) = 219+16+211=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10D3 is #24EF2C. Grayscale: #626262. Windows color (decimal): -2420525 or 13832411. OLE color: 13832411.
HSL color Cylindrical-coordinate representation of color #DB10D3: hue angle of 302.36º 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 #DB10D3 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 211 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.14 |
| HSL | 302.36º | 0.86% | 0.46% | - |
| HSV(B) | 302.36º | 0.93% | 0.86% | - |
| XYZ | 41.16 | 20.13 | 63.35 | - |
| YUV | 98.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 211 | 0 | 0.93 | 0.04 | 0.14 | 302.36 | 0.86 | 0.46 |
| Hex | DB | 10 | D3 | 0 | 5D | 4 | E | 12E | 56 | 2E |
| Octal | 333 | 20 | 323 | 0 | 135 | 4 | 16 | 456 | 126 | 56 |
| Binary | 11011011 | 10000 | 11010011 | 0 | 1011101 | 100 | 1110 | 100101110 | 1010110 | 101110 |
Color Harmonies of #DB10D3
Complementary color
Monochromatic Colors of #DB10D3
Black with #DB10D3
Text Example
Text Example
White with #DB10D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10D3; }
p { color: rgb(219,16,211); }
H1.HeaderClassName
{
color: #DB10D3;
}
.AnyTagClassName
{
color: #DB10D3;
}
</style>
background-color css
<style>
a { background-color: #DB10D3; }
a { background-color: rgb(219,16,211); }
div.DivClassName
{
background-color: #DB10D3;
}
.BgClassName
{
background-color: #DB10D3;
}
</style>
border-color css
<style>
span { border-color: #DB10D3; }
span { border-color: rgb(219,16,211); }
td.TdClassName
{
border-color: #DB10D3;
}
.TagClassName
{
border-color: #DB10D3;
}
</style>