Shades of Deep Magenta #DB17DD
Tints of Deep Magenta #DB17DD
RGB
CMYK
RGB Variations
Color information
#DB17DD (or 0xDB17DD) is known color: Deep Magenta. HEX triplet: DB, 17 and DD. RGB value is (219,23,221). Sum of RGB (Red+Green+Blue) = 219+23+221=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB17DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17DD is #24E822. Grayscale: #676767. Windows color (decimal): -2418723 or 14489563. OLE color: 14489563.
HSL color Cylindrical-coordinate representation of color #DB17DD: hue angle of 299.39º 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 #DB17DD is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 23 | 221 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.13 |
| HSL | 299.39º | 0.81% | 0.48% | - |
| HSV(B) | 299.39º | 0.9% | 0.87% | - |
| XYZ | 42.57 | 20.89 | 70.2 | - |
| YUV | 104.18 | 193.93 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 221 | 0.01 | 0.90 | 0 | 0.13 | 299.39 | 0.81 | 0.48 |
| Hex | DB | 17 | DD | 1 | 5A | 0 | D | 12B | 51 | 30 |
| Octal | 333 | 27 | 335 | 1 | 132 | 0 | 15 | 453 | 121 | 60 |
| Binary | 11011011 | 10111 | 11011101 | 1 | 1011010 | 0 | 1101 | 100101011 | 1010001 | 110000 |
Color Harmonies of #DB17DD
Complementary color
Monochromatic Colors of #DB17DD
Black with #DB17DD
Text Example
Text Example
White with #DB17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17DD; }
p { color: rgb(219,23,221); }
H1.HeaderClassName
{
color: #DB17DD;
}
.AnyTagClassName
{
color: #DB17DD;
}
</style>
background-color css
<style>
a { background-color: #DB17DD; }
a { background-color: rgb(219,23,221); }
div.DivClassName
{
background-color: #DB17DD;
}
.BgClassName
{
background-color: #DB17DD;
}
</style>
border-color css
<style>
span { border-color: #DB17DD; }
span { border-color: rgb(219,23,221); }
td.TdClassName
{
border-color: #DB17DD;
}
.TagClassName
{
border-color: #DB17DD;
}
</style>