Shades of Deep Magenta #DB10D2
Tints of Deep Magenta #DB10D2
RGB
CMYK
RGB Variations
Color information
#DB10D2 (or 0xDB10D2) is known color: Deep Magenta. HEX triplet: DB, 10 and D2. RGB value is (219,16,210). Sum of RGB (Red+Green+Blue) = 219+16+210=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10D2 is #24EF2D. Grayscale: #626262. Windows color (decimal): -2420526 or 13766875. OLE color: 13766875.
HSL color Cylindrical-coordinate representation of color #DB10D2: hue angle of 302.66º 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 #DB10D2 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 210 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.14 |
| HSL | 302.66º | 0.86% | 0.46% | - |
| HSV(B) | 302.66º | 0.93% | 0.86% | - |
| XYZ | 41.03 | 20.08 | 62.69 | - |
| YUV | 98.81 | 190.75 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 210 | 0 | 0.93 | 0.04 | 0.14 | 302.66 | 0.86 | 0.46 |
| Hex | DB | 10 | D2 | 0 | 5D | 4 | E | 12F | 56 | 2E |
| Octal | 333 | 20 | 322 | 0 | 135 | 4 | 16 | 457 | 126 | 56 |
| Binary | 11011011 | 10000 | 11010010 | 0 | 1011101 | 100 | 1110 | 100101111 | 1010110 | 101110 |
Color Harmonies of #DB10D2
Complementary color
Monochromatic Colors of #DB10D2
Black with #DB10D2
Text Example
Text Example
White with #DB10D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10D2; }
p { color: rgb(219,16,210); }
H1.HeaderClassName
{
color: #DB10D2;
}
.AnyTagClassName
{
color: #DB10D2;
}
</style>
background-color css
<style>
a { background-color: #DB10D2; }
a { background-color: rgb(219,16,210); }
div.DivClassName
{
background-color: #DB10D2;
}
.BgClassName
{
background-color: #DB10D2;
}
</style>
border-color css
<style>
span { border-color: #DB10D2; }
span { border-color: rgb(219,16,210); }
td.TdClassName
{
border-color: #DB10D2;
}
.TagClassName
{
border-color: #DB10D2;
}
</style>