Shades of Deep Magenta #DB17DA
Tints of Deep Magenta #DB17DA
RGB
CMYK
RGB Variations
Color information
#DB17DA (or 0xDB17DA) is known color: Deep Magenta. HEX triplet: DB, 17 and DA. RGB value is (219,23,218). Sum of RGB (Red+Green+Blue) = 219+23+218=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17DA is #24E825. Grayscale: #676767. Windows color (decimal): -2418726 or 14292955. OLE color: 14292955.
HSL color Cylindrical-coordinate representation of color #DB17DA: hue angle of 300.31º 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 #DB17DA is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 218 | - |
| CMYK | 0 | 0.89 | 0.00 | 0.14 |
| HSL | 300.31º | 0.81% | 0.47% | - |
| HSV(B) | 300.31º | 0.89% | 0.86% | - |
| XYZ | 42.17 | 20.73 | 68.11 | - |
| YUV | 103.83 | 192.43 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 218 | 0 | 0.89 | 0.00 | 0.14 | 300.31 | 0.81 | 0.47 |
| Hex | DB | 17 | DA | 0 | 59 | 0 | E | 12C | 51 | 2F |
| Octal | 333 | 27 | 332 | 0 | 131 | 0 | 16 | 454 | 121 | 57 |
| Binary | 11011011 | 10111 | 11011010 | 0 | 1011001 | 0 | 1110 | 100101100 | 1010001 | 101111 |
Color Harmonies of #DB17DA
Complementary color
Monochromatic Colors of #DB17DA
Black with #DB17DA
Text Example
Text Example
White with #DB17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17DA; }
p { color: rgb(219,23,218); }
H1.HeaderClassName
{
color: #DB17DA;
}
.AnyTagClassName
{
color: #DB17DA;
}
</style>
background-color css
<style>
a { background-color: #DB17DA; }
a { background-color: rgb(219,23,218); }
div.DivClassName
{
background-color: #DB17DA;
}
.BgClassName
{
background-color: #DB17DA;
}
</style>
border-color css
<style>
span { border-color: #DB17DA; }
span { border-color: rgb(219,23,218); }
td.TdClassName
{
border-color: #DB17DA;
}
.TagClassName
{
border-color: #DB17DA;
}
</style>