Shades of Deep Magenta #DB15DF
Tints of Deep Magenta #DB15DF
RGB
CMYK
RGB Variations
Color information
#DB15DF (or 0xDB15DF) is known color: Deep Magenta. HEX triplet: DB, 15 and DF. RGB value is (219,21,223). Sum of RGB (Red+Green+Blue) = 219+21+223=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB15DF is #24EA20. Grayscale: #666666. Windows color (decimal): -2419233 or 14620123. OLE color: 14620123.
HSL color Cylindrical-coordinate representation of color #DB15DF: hue angle of 298.81º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB15DF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 21 | 223 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.13 |
| HSL | 298.81º | 0.83% | 0.48% | - |
| HSV(B) | 298.81º | 0.91% | 0.87% | - |
| XYZ | 42.8 | 20.92 | 71.59 | - |
| YUV | 103.23 | 195.6 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 223 | 0.02 | 0.91 | 0 | 0.13 | 298.81 | 0.83 | 0.48 |
| Hex | DB | 15 | DF | 2 | 5B | 0 | D | 12B | 53 | 30 |
| Octal | 333 | 25 | 337 | 2 | 133 | 0 | 15 | 453 | 123 | 60 |
| Binary | 11011011 | 10101 | 11011111 | 10 | 1011011 | 0 | 1101 | 100101011 | 1010011 | 110000 |
Color Harmonies of #DB15DF
Complementary color
Monochromatic Colors of #DB15DF
Black with #DB15DF
Text Example
Text Example
White with #DB15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15DF; }
p { color: rgb(219,21,223); }
H1.HeaderClassName
{
color: #DB15DF;
}
.AnyTagClassName
{
color: #DB15DF;
}
</style>
background-color css
<style>
a { background-color: #DB15DF; }
a { background-color: rgb(219,21,223); }
div.DivClassName
{
background-color: #DB15DF;
}
.BgClassName
{
background-color: #DB15DF;
}
</style>
border-color css
<style>
span { border-color: #DB15DF; }
span { border-color: rgb(219,21,223); }
td.TdClassName
{
border-color: #DB15DF;
}
.TagClassName
{
border-color: #DB15DF;
}
</style>