Shades of Deep Magenta #DB28DE
Tints of Deep Magenta #DB28DE
RGB
CMYK
RGB Variations
Color information
#DB28DE (or 0xDB28DE) is known color: Deep Magenta. HEX triplet: DB, 28 and DE. RGB value is (219,40,222). Sum of RGB (Red+Green+Blue) = 219+40+222=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB28DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28DE is #24D721. Grayscale: #717171. Windows color (decimal): -2414370 or 14559451. OLE color: 14559451.
HSL color Cylindrical-coordinate representation of color #DB28DE: hue angle of 299.01º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28DE is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 40 | 222 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.13 |
| HSL | 299.01º | 0.73% | 0.51% | - |
| HSV(B) | 299.01º | 0.82% | 0.87% | - |
| XYZ | 43.16 | 21.85 | 71.05 | - |
| YUV | 114.27 | 188.8 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 222 | 0.01 | 0.82 | 0 | 0.13 | 299.01 | 0.73 | 0.51 |
| Hex | DB | 28 | DE | 1 | 52 | 0 | D | 12B | 49 | 33 |
| Octal | 333 | 50 | 336 | 1 | 122 | 0 | 15 | 453 | 111 | 63 |
| Binary | 11011011 | 101000 | 11011110 | 1 | 1010010 | 0 | 1101 | 100101011 | 1001001 | 110011 |
Color Harmonies of #DB28DE
Complementary color
Monochromatic Colors of #DB28DE
Black with #DB28DE
Text Example
Text Example
White with #DB28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28DE; }
p { color: rgb(219,40,222); }
H1.HeaderClassName
{
color: #DB28DE;
}
.AnyTagClassName
{
color: #DB28DE;
}
</style>
background-color css
<style>
a { background-color: #DB28DE; }
a { background-color: rgb(219,40,222); }
div.DivClassName
{
background-color: #DB28DE;
}
.BgClassName
{
background-color: #DB28DE;
}
</style>
border-color css
<style>
span { border-color: #DB28DE; }
span { border-color: rgb(219,40,222); }
td.TdClassName
{
border-color: #DB28DE;
}
.TagClassName
{
border-color: #DB28DE;
}
</style>