Shades of Deep Magenta #DF15D9
Tints of Deep Magenta #DF15D9
RGB
CMYK
RGB Variations
Color information
#DF15D9 (or 0xDF15D9) is known color: Deep Magenta. HEX triplet: DF, 15 and D9. RGB value is (223,21,217). Sum of RGB (Red+Green+Blue) = 223+21+217=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15D9 is #20EA26. Grayscale: #676767. Windows color (decimal): -2157095 or 14226911. OLE color: 14226911.
HSL color Cylindrical-coordinate representation of color #DF15D9: hue angle of 301.78º 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 #DF15D9 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 217 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.13 |
| HSL | 301.78º | 0.83% | 0.48% | - |
| HSV(B) | 301.78º | 0.91% | 0.87% | - |
| XYZ | 43.22 | 21.23 | 67.47 | - |
| YUV | 103.74 | 191.92 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 217 | 0 | 0.91 | 0.03 | 0.13 | 301.78 | 0.83 | 0.48 |
| Hex | DF | 15 | D9 | 0 | 5B | 3 | D | 12E | 53 | 30 |
| Octal | 337 | 25 | 331 | 0 | 133 | 3 | 15 | 456 | 123 | 60 |
| Binary | 11011111 | 10101 | 11011001 | 0 | 1011011 | 11 | 1101 | 100101110 | 1010011 | 110000 |
Color Harmonies of #DF15D9
Complementary color
Monochromatic Colors of #DF15D9
Black with #DF15D9
Text Example
Text Example
White with #DF15D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15D9; }
p { color: rgb(223,21,217); }
H1.HeaderClassName
{
color: #DF15D9;
}
.AnyTagClassName
{
color: #DF15D9;
}
</style>
background-color css
<style>
a { background-color: #DF15D9; }
a { background-color: rgb(223,21,217); }
div.DivClassName
{
background-color: #DF15D9;
}
.BgClassName
{
background-color: #DF15D9;
}
</style>
border-color css
<style>
span { border-color: #DF15D9; }
span { border-color: rgb(223,21,217); }
td.TdClassName
{
border-color: #DF15D9;
}
.TagClassName
{
border-color: #DF15D9;
}
</style>