Shades of Deep Magenta #DB17E2
Tints of Deep Magenta #DB17E2
RGB
CMYK
RGB Variations
Color information
#DB17E2 (or 0xDB17E2) is known color: Deep Magenta. HEX triplet: DB, 17 and E2. RGB value is (219,23,226). Sum of RGB (Red+Green+Blue) = 219+23+226=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB17E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17E2 is #24E81D. Grayscale: #686868. Windows color (decimal): -2418718 or 14817243. OLE color: 14817243.
HSL color Cylindrical-coordinate representation of color #DB17E2: hue angle of 297.93º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB17E2 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 23 | 226 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.11 |
| HSL | 297.93º | 0.82% | 0.49% | - |
| HSV(B) | 297.93º | 0.9% | 0.89% | - |
| XYZ | 43.25 | 21.16 | 73.76 | - |
| YUV | 104.75 | 196.43 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 226 | 0.03 | 0.90 | 0 | 0.11 | 297.93 | 0.82 | 0.49 |
| Hex | DB | 17 | E2 | 3 | 5A | 0 | B | 12A | 52 | 31 |
| Octal | 333 | 27 | 342 | 3 | 132 | 0 | 13 | 452 | 122 | 61 |
| Binary | 11011011 | 10111 | 11100010 | 11 | 1011010 | 0 | 1011 | 100101010 | 1010010 | 110001 |
Color Harmonies of #DB17E2
Complementary color
Monochromatic Colors of #DB17E2
Black with #DB17E2
Text Example
Text Example
White with #DB17E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17E2; }
p { color: rgb(219,23,226); }
H1.HeaderClassName
{
color: #DB17E2;
}
.AnyTagClassName
{
color: #DB17E2;
}
</style>
background-color css
<style>
a { background-color: #DB17E2; }
a { background-color: rgb(219,23,226); }
div.DivClassName
{
background-color: #DB17E2;
}
.BgClassName
{
background-color: #DB17E2;
}
</style>
border-color css
<style>
span { border-color: #DB17E2; }
span { border-color: rgb(219,23,226); }
td.TdClassName
{
border-color: #DB17E2;
}
.TagClassName
{
border-color: #DB17E2;
}
</style>