Shades of Deep Magenta #DB28DA
Tints of Deep Magenta #DB28DA
RGB
CMYK
RGB Variations
Color information
#DB28DA (or 0xDB28DA) is known color: Deep Magenta. HEX triplet: DB, 28 and DA. RGB value is (219,40,218). Sum of RGB (Red+Green+Blue) = 219+40+218=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28DA is #24D725. Grayscale: #717171. Windows color (decimal): -2414374 or 14297307. OLE color: 14297307.
HSL color Cylindrical-coordinate representation of color #DB28DA: hue angle of 300.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28DA is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 218 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.14 |
| HSL | 300.34º | 0.71% | 0.51% | - |
| HSV(B) | 300.34º | 0.82% | 0.86% | - |
| XYZ | 42.63 | 21.64 | 68.26 | - |
| YUV | 113.81 | 186.8 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 218 | 0 | 0.82 | 0.00 | 0.14 | 300.34 | 0.71 | 0.51 |
| Hex | DB | 28 | DA | 0 | 52 | 0 | E | 12C | 47 | 33 |
| Octal | 333 | 50 | 332 | 0 | 122 | 0 | 16 | 454 | 107 | 63 |
| Binary | 11011011 | 101000 | 11011010 | 0 | 1010010 | 0 | 1110 | 100101100 | 1000111 | 110011 |
Color Harmonies of #DB28DA
Complementary color
Monochromatic Colors of #DB28DA
Black with #DB28DA
Text Example
Text Example
White with #DB28DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28DA; }
p { color: rgb(219,40,218); }
H1.HeaderClassName
{
color: #DB28DA;
}
.AnyTagClassName
{
color: #DB28DA;
}
</style>
background-color css
<style>
a { background-color: #DB28DA; }
a { background-color: rgb(219,40,218); }
div.DivClassName
{
background-color: #DB28DA;
}
.BgClassName
{
background-color: #DB28DA;
}
</style>
border-color css
<style>
span { border-color: #DB28DA; }
span { border-color: rgb(219,40,218); }
td.TdClassName
{
border-color: #DB28DA;
}
.TagClassName
{
border-color: #DB28DA;
}
</style>