Shades of Deep Magenta #DB26DF
Tints of Deep Magenta #DB26DF
RGB
CMYK
RGB Variations
Color information
#DB26DF (or 0xDB26DF) is known color: Deep Magenta. HEX triplet: DB, 26 and DF. RGB value is (219,38,223). Sum of RGB (Red+Green+Blue) = 219+38+223=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 38 (15.23% from 255 or 7.92% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26DF is #24D920. Grayscale: #707070. Windows color (decimal): -2414881 or 14624475. OLE color: 14624475.
HSL color Cylindrical-coordinate representation of color #DB26DF: hue angle of 298.7º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB26DF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 38 | 223 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.13 |
| HSL | 298.7º | 0.74% | 0.51% | - |
| HSV(B) | 298.7º | 0.83% | 0.87% | - |
| XYZ | 43.23 | 21.77 | 71.74 | - |
| YUV | 113.21 | 189.97 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 223 | 0.02 | 0.83 | 0 | 0.13 | 298.7 | 0.74 | 0.51 |
| Hex | DB | 26 | DF | 2 | 53 | 0 | D | 12B | 4A | 33 |
| Octal | 333 | 46 | 337 | 2 | 123 | 0 | 15 | 453 | 112 | 63 |
| Binary | 11011011 | 100110 | 11011111 | 10 | 1010011 | 0 | 1101 | 100101011 | 1001010 | 110011 |
Color Harmonies of #DB26DF
Complementary color
Monochromatic Colors of #DB26DF
Black with #DB26DF
Text Example
Text Example
White with #DB26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26DF; }
p { color: rgb(219,38,223); }
H1.HeaderClassName
{
color: #DB26DF;
}
.AnyTagClassName
{
color: #DB26DF;
}
</style>
background-color css
<style>
a { background-color: #DB26DF; }
a { background-color: rgb(219,38,223); }
div.DivClassName
{
background-color: #DB26DF;
}
.BgClassName
{
background-color: #DB26DF;
}
</style>
border-color css
<style>
span { border-color: #DB26DF; }
span { border-color: rgb(219,38,223); }
td.TdClassName
{
border-color: #DB26DF;
}
.TagClassName
{
border-color: #DB26DF;
}
</style>