Shades of Deep Magenta #DB10D4
Tints of Deep Magenta #DB10D4
RGB
CMYK
RGB Variations
Color information
#DB10D4 (or 0xDB10D4) is known color: Deep Magenta. HEX triplet: DB, 10 and D4. RGB value is (219,16,212). Sum of RGB (Red+Green+Blue) = 219+16+212=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10D4 is #24EF2B. Grayscale: #626262. Windows color (decimal): -2420524 or 13897947. OLE color: 13897947.
HSL color Cylindrical-coordinate representation of color #DB10D4: hue angle of 302.07º 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 #DB10D4 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 212 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.14 |
| HSL | 302.07º | 0.86% | 0.46% | - |
| HSV(B) | 302.07º | 0.93% | 0.86% | - |
| XYZ | 41.28 | 20.18 | 64.01 | - |
| YUV | 99.04 | 191.75 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 212 | 0 | 0.93 | 0.03 | 0.14 | 302.07 | 0.86 | 0.46 |
| Hex | DB | 10 | D4 | 0 | 5D | 3 | E | 12E | 56 | 2E |
| Octal | 333 | 20 | 324 | 0 | 135 | 3 | 16 | 456 | 126 | 56 |
| Binary | 11011011 | 10000 | 11010100 | 0 | 1011101 | 11 | 1110 | 100101110 | 1010110 | 101110 |
Color Harmonies of #DB10D4
Complementary color
Monochromatic Colors of #DB10D4
Black with #DB10D4
Text Example
Text Example
White with #DB10D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10D4; }
p { color: rgb(219,16,212); }
H1.HeaderClassName
{
color: #DB10D4;
}
.AnyTagClassName
{
color: #DB10D4;
}
</style>
background-color css
<style>
a { background-color: #DB10D4; }
a { background-color: rgb(219,16,212); }
div.DivClassName
{
background-color: #DB10D4;
}
.BgClassName
{
background-color: #DB10D4;
}
</style>
border-color css
<style>
span { border-color: #DB10D4; }
span { border-color: rgb(219,16,212); }
td.TdClassName
{
border-color: #DB10D4;
}
.TagClassName
{
border-color: #DB10D4;
}
</style>