Shades of Deep Magenta #DB17DE
Tints of Deep Magenta #DB17DE
RGB
CMYK
RGB Variations
Color information
#DB17DE (or 0xDB17DE) is known color: Deep Magenta. HEX triplet: DB, 17 and DE. RGB value is (219,23,222). Sum of RGB (Red+Green+Blue) = 219+23+222=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB17DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17DE is #24E821. Grayscale: #676767. Windows color (decimal): -2418722 or 14555099. OLE color: 14555099.
HSL color Cylindrical-coordinate representation of color #DB17DE: hue angle of 299.1º degrees, saturation: 0.81, 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 #DB17DE is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 23 | 222 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.13 |
| HSL | 299.1º | 0.81% | 0.48% | - |
| HSV(B) | 299.1º | 0.9% | 0.87% | - |
| XYZ | 42.7 | 20.95 | 70.9 | - |
| YUV | 104.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 222 | 0.01 | 0.90 | 0 | 0.13 | 299.1 | 0.81 | 0.48 |
| Hex | DB | 17 | DE | 1 | 5A | 0 | D | 12B | 51 | 30 |
| Octal | 333 | 27 | 336 | 1 | 132 | 0 | 15 | 453 | 121 | 60 |
| Binary | 11011011 | 10111 | 11011110 | 1 | 1011010 | 0 | 1101 | 100101011 | 1010001 | 110000 |
Color Harmonies of #DB17DE
Complementary color
Monochromatic Colors of #DB17DE
Black with #DB17DE
Text Example
Text Example
White with #DB17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17DE; }
p { color: rgb(219,23,222); }
H1.HeaderClassName
{
color: #DB17DE;
}
.AnyTagClassName
{
color: #DB17DE;
}
</style>
background-color css
<style>
a { background-color: #DB17DE; }
a { background-color: rgb(219,23,222); }
div.DivClassName
{
background-color: #DB17DE;
}
.BgClassName
{
background-color: #DB17DE;
}
</style>
border-color css
<style>
span { border-color: #DB17DE; }
span { border-color: rgb(219,23,222); }
td.TdClassName
{
border-color: #DB17DE;
}
.TagClassName
{
border-color: #DB17DE;
}
</style>