Shades of Deep Magenta #DB28DF
Tints of Deep Magenta #DB28DF
RGB
CMYK
RGB Variations
Color information
#DB28DF (or 0xDB28DF) is known color: Deep Magenta. HEX triplet: DB, 28 and DF. RGB value is (219,40,223). Sum of RGB (Red+Green+Blue) = 219+40+223=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28DF is #24D720. Grayscale: #717171. Windows color (decimal): -2414369 or 14624987. OLE color: 14624987.
HSL color Cylindrical-coordinate representation of color #DB28DF: hue angle of 298.69º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28DF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 40 | 223 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.13 |
| HSL | 298.69º | 0.74% | 0.52% | - |
| HSV(B) | 298.69º | 0.82% | 0.87% | - |
| XYZ | 43.29 | 21.91 | 71.76 | - |
| YUV | 114.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 223 | 0.02 | 0.82 | 0 | 0.13 | 298.69 | 0.74 | 0.52 |
| Hex | DB | 28 | DF | 2 | 52 | 0 | D | 12B | 4A | 34 |
| Octal | 333 | 50 | 337 | 2 | 122 | 0 | 15 | 453 | 112 | 64 |
| Binary | 11011011 | 101000 | 11011111 | 10 | 1010010 | 0 | 1101 | 100101011 | 1001010 | 110100 |
Color Harmonies of #DB28DF
Complementary color
Monochromatic Colors of #DB28DF
Black with #DB28DF
Text Example
Text Example
White with #DB28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28DF; }
p { color: rgb(219,40,223); }
H1.HeaderClassName
{
color: #DB28DF;
}
.AnyTagClassName
{
color: #DB28DF;
}
</style>
background-color css
<style>
a { background-color: #DB28DF; }
a { background-color: rgb(219,40,223); }
div.DivClassName
{
background-color: #DB28DF;
}
.BgClassName
{
background-color: #DB28DF;
}
</style>
border-color css
<style>
span { border-color: #DB28DF; }
span { border-color: rgb(219,40,223); }
td.TdClassName
{
border-color: #DB28DF;
}
.TagClassName
{
border-color: #DB28DF;
}
</style>