Shades of Deep Magenta #DF13D9
Tints of Deep Magenta #DF13D9
RGB
CMYK
RGB Variations
Color information
#DF13D9 (or 0xDF13D9) is known color: Deep Magenta. HEX triplet: DF, 13 and D9. RGB value is (223,19,217). Sum of RGB (Red+Green+Blue) = 223+19+217=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13D9 is #20EC26. Grayscale: #656565. Windows color (decimal): -2157607 or 14226399. OLE color: 14226399.
HSL color Cylindrical-coordinate representation of color #DF13D9: hue angle of 301.76º 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 #DF13D9 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 217 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.13 |
| HSL | 301.76º | 0.84% | 0.47% | - |
| HSV(B) | 301.76º | 0.91% | 0.87% | - |
| XYZ | 43.19 | 21.16 | 67.45 | - |
| YUV | 102.57 | 192.59 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 217 | 0 | 0.91 | 0.03 | 0.13 | 301.76 | 0.84 | 0.47 |
| Hex | DF | 13 | D9 | 0 | 5B | 3 | D | 12E | 54 | 2F |
| Octal | 337 | 23 | 331 | 0 | 133 | 3 | 15 | 456 | 124 | 57 |
| Binary | 11011111 | 10011 | 11011001 | 0 | 1011011 | 11 | 1101 | 100101110 | 1010100 | 101111 |
Color Harmonies of #DF13D9
Complementary color
Monochromatic Colors of #DF13D9
Black with #DF13D9
Text Example
Text Example
White with #DF13D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF13D9; }
p { color: rgb(223,19,217); }
H1.HeaderClassName
{
color: #DF13D9;
}
.AnyTagClassName
{
color: #DF13D9;
}
</style>
background-color css
<style>
a { background-color: #DF13D9; }
a { background-color: rgb(223,19,217); }
div.DivClassName
{
background-color: #DF13D9;
}
.BgClassName
{
background-color: #DF13D9;
}
</style>
border-color css
<style>
span { border-color: #DF13D9; }
span { border-color: rgb(223,19,217); }
td.TdClassName
{
border-color: #DF13D9;
}
.TagClassName
{
border-color: #DF13D9;
}
</style>