Shades of Deep Magenta #DF07BA
Tints of Deep Magenta #DF07BA
RGB
CMYK
RGB Variations
Color information
#DF07BA (or 0xDF07BA) is known color: Deep Magenta. HEX triplet: DF, 07 and BA. RGB value is (223,7,186). Sum of RGB (Red+Green+Blue) = 223+7+186=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07BA is #20F845. Grayscale: #5B5B5B. Windows color (decimal): -2160710 or 12191711. OLE color: 12191711.
HSL color Cylindrical-coordinate representation of color #DF07BA: hue angle of 310.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF07BA is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.13 |
| HSL | 310.28º | 0.94% | 0.45% | - |
| HSV(B) | 310.28º | 0.97% | 0.87% | - |
| XYZ | 39.37 | 19.39 | 48.12 | - |
| YUV | 91.99 | 181.06 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 186 | 0 | 0.97 | 0.17 | 0.13 | 310.28 | 0.94 | 0.45 |
| Hex | DF | 7 | BA | 0 | 61 | 11 | D | 136 | 5E | 2D |
| Octal | 337 | 7 | 272 | 0 | 141 | 21 | 15 | 466 | 136 | 55 |
| Binary | 11011111 | 111 | 10111010 | 0 | 1100001 | 10001 | 1101 | 100110110 | 1011110 | 101101 |
Color Harmonies of #DF07BA
Complementary color
Monochromatic Colors of #DF07BA
Black with #DF07BA
Text Example
Text Example
White with #DF07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07BA; }
p { color: rgb(223,7,186); }
H1.HeaderClassName
{
color: #DF07BA;
}
.AnyTagClassName
{
color: #DF07BA;
}
</style>
background-color css
<style>
a { background-color: #DF07BA; }
a { background-color: rgb(223,7,186); }
div.DivClassName
{
background-color: #DF07BA;
}
.BgClassName
{
background-color: #DF07BA;
}
</style>
border-color css
<style>
span { border-color: #DF07BA; }
span { border-color: rgb(223,7,186); }
td.TdClassName
{
border-color: #DF07BA;
}
.TagClassName
{
border-color: #DF07BA;
}
</style>