Shades of Deep Magenta #DB17C7
Tints of Deep Magenta #DB17C7
RGB
CMYK
RGB Variations
Color information
#DB17C7 (or 0xDB17C7) is known color: Deep Magenta. HEX triplet: DB, 17 and C7. RGB value is (219,23,199). Sum of RGB (Red+Green+Blue) = 219+23+199=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17C7 is #24E838. Grayscale: #656565. Windows color (decimal): -2418745 or 13047771. OLE color: 13047771.
HSL color Cylindrical-coordinate representation of color #DB17C7: hue angle of 306.12º 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 #DB17C7 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 199 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.14 |
| HSL | 306.12º | 0.81% | 0.47% | - |
| HSV(B) | 306.12º | 0.89% | 0.86% | - |
| XYZ | 39.83 | 19.8 | 55.75 | - |
| YUV | 101.67 | 182.93 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 199 | 0 | 0.89 | 0.09 | 0.14 | 306.12 | 0.81 | 0.47 |
| Hex | DB | 17 | C7 | 0 | 59 | 9 | E | 132 | 51 | 2F |
| Octal | 333 | 27 | 307 | 0 | 131 | 11 | 16 | 462 | 121 | 57 |
| Binary | 11011011 | 10111 | 11000111 | 0 | 1011001 | 1001 | 1110 | 100110010 | 1010001 | 101111 |
Color Harmonies of #DB17C7
Complementary color
Monochromatic Colors of #DB17C7
Black with #DB17C7
Text Example
Text Example
White with #DB17C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17C7; }
p { color: rgb(219,23,199); }
H1.HeaderClassName
{
color: #DB17C7;
}
.AnyTagClassName
{
color: #DB17C7;
}
</style>
background-color css
<style>
a { background-color: #DB17C7; }
a { background-color: rgb(219,23,199); }
div.DivClassName
{
background-color: #DB17C7;
}
.BgClassName
{
background-color: #DB17C7;
}
</style>
border-color css
<style>
span { border-color: #DB17C7; }
span { border-color: rgb(219,23,199); }
td.TdClassName
{
border-color: #DB17C7;
}
.TagClassName
{
border-color: #DB17C7;
}
</style>