Shades of Deep Magenta #DB17CD
Tints of Deep Magenta #DB17CD
RGB
CMYK
RGB Variations
Color information
#DB17CD (or 0xDB17CD) is known color: Deep Magenta. HEX triplet: DB, 17 and CD. RGB value is (219,23,205). Sum of RGB (Red+Green+Blue) = 219+23+205=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17CD is #24E832. Grayscale: #656565. Windows color (decimal): -2418739 or 13440987. OLE color: 13440987.
HSL color Cylindrical-coordinate representation of color #DB17CD: hue angle of 304.29º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB17CD is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 205 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.14 |
| HSL | 304.29º | 0.81% | 0.47% | - |
| HSV(B) | 304.29º | 0.89% | 0.86% | - |
| XYZ | 40.54 | 20.08 | 59.5 | - |
| YUV | 102.35 | 185.93 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 205 | 0 | 0.89 | 0.06 | 0.14 | 304.29 | 0.81 | 0.47 |
| Hex | DB | 17 | CD | 0 | 59 | 6 | E | 130 | 51 | 2F |
| Octal | 333 | 27 | 315 | 0 | 131 | 6 | 16 | 460 | 121 | 57 |
| Binary | 11011011 | 10111 | 11001101 | 0 | 1011001 | 110 | 1110 | 100110000 | 1010001 | 101111 |
Color Harmonies of #DB17CD
Complementary color
Monochromatic Colors of #DB17CD
Black with #DB17CD
Text Example
Text Example
White with #DB17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17CD; }
p { color: rgb(219,23,205); }
H1.HeaderClassName
{
color: #DB17CD;
}
.AnyTagClassName
{
color: #DB17CD;
}
</style>
background-color css
<style>
a { background-color: #DB17CD; }
a { background-color: rgb(219,23,205); }
div.DivClassName
{
background-color: #DB17CD;
}
.BgClassName
{
background-color: #DB17CD;
}
</style>
border-color css
<style>
span { border-color: #DB17CD; }
span { border-color: rgb(219,23,205); }
td.TdClassName
{
border-color: #DB17CD;
}
.TagClassName
{
border-color: #DB17CD;
}
</style>