Shades of Deep Magenta #DB18DF
Tints of Deep Magenta #DB18DF
RGB
CMYK
RGB Variations
Color information
#DB18DF (or 0xDB18DF) is known color: Deep Magenta. HEX triplet: DB, 18 and DF. RGB value is (219,24,223). Sum of RGB (Red+Green+Blue) = 219+24+223=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB18DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB18DF is #24E720. Grayscale: #686868. Windows color (decimal): -2418465 or 14620891. OLE color: 14620891.
HSL color Cylindrical-coordinate representation of color #DB18DF: hue angle of 298.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB18DF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 24 | 223 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.13 |
| HSL | 298.79º | 0.81% | 0.48% | - |
| HSV(B) | 298.79º | 0.89% | 0.87% | - |
| XYZ | 42.86 | 21.04 | 71.61 | - |
| YUV | 104.99 | 194.6 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 223 | 0.02 | 0.89 | 0 | 0.13 | 298.79 | 0.81 | 0.48 |
| Hex | DB | 18 | DF | 2 | 59 | 0 | D | 12B | 51 | 30 |
| Octal | 333 | 30 | 337 | 2 | 131 | 0 | 15 | 453 | 121 | 60 |
| Binary | 11011011 | 11000 | 11011111 | 10 | 1011001 | 0 | 1101 | 100101011 | 1010001 | 110000 |
Color Harmonies of #DB18DF
Complementary color
Monochromatic Colors of #DB18DF
Black with #DB18DF
Text Example
Text Example
White with #DB18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18DF; }
p { color: rgb(219,24,223); }
H1.HeaderClassName
{
color: #DB18DF;
}
.AnyTagClassName
{
color: #DB18DF;
}
</style>
background-color css
<style>
a { background-color: #DB18DF; }
a { background-color: rgb(219,24,223); }
div.DivClassName
{
background-color: #DB18DF;
}
.BgClassName
{
background-color: #DB18DF;
}
</style>
border-color css
<style>
span { border-color: #DB18DF; }
span { border-color: rgb(219,24,223); }
td.TdClassName
{
border-color: #DB18DF;
}
.TagClassName
{
border-color: #DB18DF;
}
</style>