Shades of Deep Magenta #DF15DB
Tints of Deep Magenta #DF15DB
RGB
CMYK
RGB Variations
Color information
#DF15DB (or 0xDF15DB) is known color: Deep Magenta. HEX triplet: DF, 15 and DB. RGB value is (223,21,219). Sum of RGB (Red+Green+Blue) = 223+21+219=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15DB is #20EA24. Grayscale: #676767. Windows color (decimal): -2157093 or 14357983. OLE color: 14357983.
HSL color Cylindrical-coordinate representation of color #DF15DB: hue angle of 301.19º 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 #DF15DB is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.13 |
| HSL | 301.19º | 0.83% | 0.48% | - |
| HSV(B) | 301.19º | 0.91% | 0.87% | - |
| XYZ | 43.49 | 21.34 | 68.84 | - |
| YUV | 103.97 | 192.92 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 219 | 0 | 0.91 | 0.02 | 0.13 | 301.19 | 0.83 | 0.48 |
| Hex | DF | 15 | DB | 0 | 5B | 2 | D | 12D | 53 | 30 |
| Octal | 337 | 25 | 333 | 0 | 133 | 2 | 15 | 455 | 123 | 60 |
| Binary | 11011111 | 10101 | 11011011 | 0 | 1011011 | 10 | 1101 | 100101101 | 1010011 | 110000 |
Color Harmonies of #DF15DB
Complementary color
Monochromatic Colors of #DF15DB
Black with #DF15DB
Text Example
Text Example
White with #DF15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15DB; }
p { color: rgb(223,21,219); }
H1.HeaderClassName
{
color: #DF15DB;
}
.AnyTagClassName
{
color: #DF15DB;
}
</style>
background-color css
<style>
a { background-color: #DF15DB; }
a { background-color: rgb(223,21,219); }
div.DivClassName
{
background-color: #DF15DB;
}
.BgClassName
{
background-color: #DF15DB;
}
</style>
border-color css
<style>
span { border-color: #DF15DB; }
span { border-color: rgb(223,21,219); }
td.TdClassName
{
border-color: #DF15DB;
}
.TagClassName
{
border-color: #DF15DB;
}
</style>