Shades of Deep Magenta #DB28E2
Tints of Deep Magenta #DB28E2
RGB
CMYK
RGB Variations
Color information
#DB28E2 (or 0xDB28E2) is known color: Deep Magenta. HEX triplet: DB, 28 and E2. RGB value is (219,40,226). Sum of RGB (Red+Green+Blue) = 219+40+226=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB28E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28E2 is #24D71D. Grayscale: #727272. Windows color (decimal): -2414366 or 14821595. OLE color: 14821595.
HSL color Cylindrical-coordinate representation of color #DB28E2: hue angle of 297.74º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28E2 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 40 | 226 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.11 |
| HSL | 297.74º | 0.76% | 0.52% | - |
| HSV(B) | 297.74º | 0.82% | 0.89% | - |
| XYZ | 43.7 | 22.07 | 73.91 | - |
| YUV | 114.73 | 190.8 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 226 | 0.03 | 0.82 | 0 | 0.11 | 297.74 | 0.76 | 0.52 |
| Hex | DB | 28 | E2 | 3 | 52 | 0 | B | 12A | 4C | 34 |
| Octal | 333 | 50 | 342 | 3 | 122 | 0 | 13 | 452 | 114 | 64 |
| Binary | 11011011 | 101000 | 11100010 | 11 | 1010010 | 0 | 1011 | 100101010 | 1001100 | 110100 |
Color Harmonies of #DB28E2
Complementary color
Monochromatic Colors of #DB28E2
Black with #DB28E2
Text Example
Text Example
White with #DB28E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28E2; }
p { color: rgb(219,40,226); }
H1.HeaderClassName
{
color: #DB28E2;
}
.AnyTagClassName
{
color: #DB28E2;
}
</style>
background-color css
<style>
a { background-color: #DB28E2; }
a { background-color: rgb(219,40,226); }
div.DivClassName
{
background-color: #DB28E2;
}
.BgClassName
{
background-color: #DB28E2;
}
</style>
border-color css
<style>
span { border-color: #DB28E2; }
span { border-color: rgb(219,40,226); }
td.TdClassName
{
border-color: #DB28E2;
}
.TagClassName
{
border-color: #DB28E2;
}
</style>