Shades of Deep Magenta #DB29DF
Tints of Deep Magenta #DB29DF
RGB
CMYK
RGB Variations
Color information
#DB29DF (or 0xDB29DF) is known color: Deep Magenta. HEX triplet: DB, 29 and DF. RGB value is (219,41,223). Sum of RGB (Red+Green+Blue) = 219+41+223=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB29DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29DF is #24D620. Grayscale: #727272. Windows color (decimal): -2414113 or 14625243. OLE color: 14625243.
HSL color Cylindrical-coordinate representation of color #DB29DF: hue angle of 298.68º 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 #DB29DF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 41 | 223 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.13 |
| HSL | 298.68º | 0.74% | 0.52% | - |
| HSV(B) | 298.68º | 0.82% | 0.87% | - |
| XYZ | 43.33 | 21.97 | 71.77 | - |
| YUV | 114.97 | 188.97 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 223 | 0.02 | 0.82 | 0 | 0.13 | 298.68 | 0.74 | 0.52 |
| Hex | DB | 29 | DF | 2 | 52 | 0 | D | 12B | 4A | 34 |
| Octal | 333 | 51 | 337 | 2 | 122 | 0 | 15 | 453 | 112 | 64 |
| Binary | 11011011 | 101001 | 11011111 | 10 | 1010010 | 0 | 1101 | 100101011 | 1001010 | 110100 |
Color Harmonies of #DB29DF
Complementary color
Monochromatic Colors of #DB29DF
Black with #DB29DF
Text Example
Text Example
White with #DB29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29DF; }
p { color: rgb(219,41,223); }
H1.HeaderClassName
{
color: #DB29DF;
}
.AnyTagClassName
{
color: #DB29DF;
}
</style>
background-color css
<style>
a { background-color: #DB29DF; }
a { background-color: rgb(219,41,223); }
div.DivClassName
{
background-color: #DB29DF;
}
.BgClassName
{
background-color: #DB29DF;
}
</style>
border-color css
<style>
span { border-color: #DB29DF; }
span { border-color: rgb(219,41,223); }
td.TdClassName
{
border-color: #DB29DF;
}
.TagClassName
{
border-color: #DB29DF;
}
</style>