Shades of Deep Magenta #DB10CE
Tints of Deep Magenta #DB10CE
RGB
CMYK
RGB Variations
Color information
#DB10CE (or 0xDB10CE) is known color: Deep Magenta. HEX triplet: DB, 10 and CE. RGB value is (219,16,206). Sum of RGB (Red+Green+Blue) = 219+16+206=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10CE is #24EF31. Grayscale: #616161. Windows color (decimal): -2420530 or 13504731. OLE color: 13504731.
HSL color Cylindrical-coordinate representation of color #DB10CE: hue angle of 303.84º 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 #DB10CE is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 206 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.14 |
| HSL | 303.84º | 0.86% | 0.46% | - |
| HSV(B) | 303.84º | 0.93% | 0.86% | - |
| XYZ | 40.54 | 19.89 | 60.09 | - |
| YUV | 98.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 206 | 0 | 0.93 | 0.06 | 0.14 | 303.84 | 0.86 | 0.46 |
| Hex | DB | 10 | CE | 0 | 5D | 6 | E | 130 | 56 | 2E |
| Octal | 333 | 20 | 316 | 0 | 135 | 6 | 16 | 460 | 126 | 56 |
| Binary | 11011011 | 10000 | 11001110 | 0 | 1011101 | 110 | 1110 | 100110000 | 1010110 | 101110 |
Color Harmonies of #DB10CE
Complementary color
Monochromatic Colors of #DB10CE
Black with #DB10CE
Text Example
Text Example
White with #DB10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10CE; }
p { color: rgb(219,16,206); }
H1.HeaderClassName
{
color: #DB10CE;
}
.AnyTagClassName
{
color: #DB10CE;
}
</style>
background-color css
<style>
a { background-color: #DB10CE; }
a { background-color: rgb(219,16,206); }
div.DivClassName
{
background-color: #DB10CE;
}
.BgClassName
{
background-color: #DB10CE;
}
</style>
border-color css
<style>
span { border-color: #DB10CE; }
span { border-color: rgb(219,16,206); }
td.TdClassName
{
border-color: #DB10CE;
}
.TagClassName
{
border-color: #DB10CE;
}
</style>