Shades of Deep Magenta #DB28DD
Tints of Deep Magenta #DB28DD
RGB
CMYK
RGB Variations
Color information
#DB28DD (or 0xDB28DD) is known color: Deep Magenta. HEX triplet: DB, 28 and DD. RGB value is (219,40,221). Sum of RGB (Red+Green+Blue) = 219+40+221=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28DD is #24D722. Grayscale: #717171. Windows color (decimal): -2414371 or 14493915. OLE color: 14493915.
HSL color Cylindrical-coordinate representation of color #DB28DD: hue angle of 299.34º 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 #DB28DD is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 40 | 221 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.13 |
| HSL | 299.34º | 0.73% | 0.51% | - |
| HSV(B) | 299.34º | 0.82% | 0.87% | - |
| XYZ | 43.02 | 21.8 | 70.35 | - |
| YUV | 114.16 | 188.3 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 221 | 0.01 | 0.82 | 0 | 0.13 | 299.34 | 0.73 | 0.51 |
| Hex | DB | 28 | DD | 1 | 52 | 0 | D | 12B | 49 | 33 |
| Octal | 333 | 50 | 335 | 1 | 122 | 0 | 15 | 453 | 111 | 63 |
| Binary | 11011011 | 101000 | 11011101 | 1 | 1010010 | 0 | 1101 | 100101011 | 1001001 | 110011 |
Color Harmonies of #DB28DD
Complementary color
Monochromatic Colors of #DB28DD
Black with #DB28DD
Text Example
Text Example
White with #DB28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28DD; }
p { color: rgb(219,40,221); }
H1.HeaderClassName
{
color: #DB28DD;
}
.AnyTagClassName
{
color: #DB28DD;
}
</style>
background-color css
<style>
a { background-color: #DB28DD; }
a { background-color: rgb(219,40,221); }
div.DivClassName
{
background-color: #DB28DD;
}
.BgClassName
{
background-color: #DB28DD;
}
</style>
border-color css
<style>
span { border-color: #DB28DD; }
span { border-color: rgb(219,40,221); }
td.TdClassName
{
border-color: #DB28DD;
}
.TagClassName
{
border-color: #DB28DD;
}
</style>