Shades of Deep Magenta #DF13DB
Tints of Deep Magenta #DF13DB
RGB
CMYK
RGB Variations
Color information
#DF13DB (or 0xDF13DB) is known color: Deep Magenta. HEX triplet: DF, 13 and DB. RGB value is (223,19,219). Sum of RGB (Red+Green+Blue) = 223+19+219=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13DB is #20EC24. Grayscale: #666666. Windows color (decimal): -2157605 or 14357471. OLE color: 14357471.
HSL color Cylindrical-coordinate representation of color #DF13DB: hue angle of 301.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF13DB is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 219 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.13 |
| HSL | 301.18º | 0.84% | 0.47% | - |
| HSV(B) | 301.18º | 0.91% | 0.87% | - |
| XYZ | 43.45 | 21.27 | 68.83 | - |
| YUV | 102.8 | 193.59 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 219 | 0 | 0.91 | 0.02 | 0.13 | 301.18 | 0.84 | 0.47 |
| Hex | DF | 13 | DB | 0 | 5B | 2 | D | 12D | 54 | 2F |
| Octal | 337 | 23 | 333 | 0 | 133 | 2 | 15 | 455 | 124 | 57 |
| Binary | 11011111 | 10011 | 11011011 | 0 | 1011011 | 10 | 1101 | 100101101 | 1010100 | 101111 |
Color Harmonies of #DF13DB
Complementary color
Monochromatic Colors of #DF13DB
Black with #DF13DB
Text Example
Text Example
White with #DF13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF13DB; }
p { color: rgb(223,19,219); }
H1.HeaderClassName
{
color: #DF13DB;
}
.AnyTagClassName
{
color: #DF13DB;
}
</style>
background-color css
<style>
a { background-color: #DF13DB; }
a { background-color: rgb(223,19,219); }
div.DivClassName
{
background-color: #DF13DB;
}
.BgClassName
{
background-color: #DF13DB;
}
</style>
border-color css
<style>
span { border-color: #DF13DB; }
span { border-color: rgb(223,19,219); }
td.TdClassName
{
border-color: #DF13DB;
}
.TagClassName
{
border-color: #DF13DB;
}
</style>