Shades of Deep Magenta #DB16DF
Tints of Deep Magenta #DB16DF
RGB
CMYK
RGB Variations
Color information
#DB16DF (or 0xDB16DF) is known color: Deep Magenta. HEX triplet: DB, 16 and DF. RGB value is (219,22,223). Sum of RGB (Red+Green+Blue) = 219+22+223=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB16DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16DF is #24E920. Grayscale: #676767. Windows color (decimal): -2418977 or 14620379. OLE color: 14620379.
HSL color Cylindrical-coordinate representation of color #DB16DF: hue angle of 298.81º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB16DF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 22 | 223 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.13 |
| HSL | 298.81º | 0.82% | 0.48% | - |
| HSV(B) | 298.81º | 0.9% | 0.87% | - |
| XYZ | 42.82 | 20.96 | 71.6 | - |
| YUV | 103.82 | 195.27 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 223 | 0.02 | 0.90 | 0 | 0.13 | 298.81 | 0.82 | 0.48 |
| Hex | DB | 16 | DF | 2 | 5A | 0 | D | 12B | 52 | 30 |
| Octal | 333 | 26 | 337 | 2 | 132 | 0 | 15 | 453 | 122 | 60 |
| Binary | 11011011 | 10110 | 11011111 | 10 | 1011010 | 0 | 1101 | 100101011 | 1010010 | 110000 |
Color Harmonies of #DB16DF
Complementary color
Monochromatic Colors of #DB16DF
Black with #DB16DF
Text Example
Text Example
White with #DB16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16DF; }
p { color: rgb(219,22,223); }
H1.HeaderClassName
{
color: #DB16DF;
}
.AnyTagClassName
{
color: #DB16DF;
}
</style>
background-color css
<style>
a { background-color: #DB16DF; }
a { background-color: rgb(219,22,223); }
div.DivClassName
{
background-color: #DB16DF;
}
.BgClassName
{
background-color: #DB16DF;
}
</style>
border-color css
<style>
span { border-color: #DB16DF; }
span { border-color: rgb(219,22,223); }
td.TdClassName
{
border-color: #DB16DF;
}
.TagClassName
{
border-color: #DB16DF;
}
</style>