Shades of Deep Magenta #DB17BE
Tints of Deep Magenta #DB17BE
RGB
CMYK
RGB Variations
Color information
#DB17BE (or 0xDB17BE) is known color: Deep Magenta. HEX triplet: DB, 17 and BE. RGB value is (219,23,190). Sum of RGB (Red+Green+Blue) = 219+23+190=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17BE is #24E841. Grayscale: #646464. Windows color (decimal): -2418754 or 12457947. OLE color: 12457947.
HSL color Cylindrical-coordinate representation of color #DB17BE: hue angle of 308.88º 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 #DB17BE is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 190 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.14 |
| HSL | 308.88º | 0.81% | 0.47% | - |
| HSV(B) | 308.88º | 0.89% | 0.86% | - |
| XYZ | 38.81 | 19.39 | 50.41 | - |
| YUV | 100.64 | 178.43 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 190 | 0 | 0.89 | 0.13 | 0.14 | 308.88 | 0.81 | 0.47 |
| Hex | DB | 17 | BE | 0 | 59 | D | E | 135 | 51 | 2F |
| Octal | 333 | 27 | 276 | 0 | 131 | 15 | 16 | 465 | 121 | 57 |
| Binary | 11011011 | 10111 | 10111110 | 0 | 1011001 | 1101 | 1110 | 100110101 | 1010001 | 101111 |
Color Harmonies of #DB17BE
Complementary color
Monochromatic Colors of #DB17BE
Black with #DB17BE
Text Example
Text Example
White with #DB17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17BE; }
p { color: rgb(219,23,190); }
H1.HeaderClassName
{
color: #DB17BE;
}
.AnyTagClassName
{
color: #DB17BE;
}
</style>
background-color css
<style>
a { background-color: #DB17BE; }
a { background-color: rgb(219,23,190); }
div.DivClassName
{
background-color: #DB17BE;
}
.BgClassName
{
background-color: #DB17BE;
}
</style>
border-color css
<style>
span { border-color: #DB17BE; }
span { border-color: rgb(219,23,190); }
td.TdClassName
{
border-color: #DB17BE;
}
.TagClassName
{
border-color: #DB17BE;
}
</style>