Shades of Deep Magenta #DF07BF
Tints of Deep Magenta #DF07BF
RGB
CMYK
RGB Variations
Color information
#DF07BF (or 0xDF07BF) is known color: Deep Magenta. HEX triplet: DF, 07 and BF. RGB value is (223,7,191). Sum of RGB (Red+Green+Blue) = 223+7+191=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07BF is #20F840. Grayscale: #5C5C5C. Windows color (decimal): -2160705 or 12519391. OLE color: 12519391.
HSL color Cylindrical-coordinate representation of color #DF07BF: hue angle of 308.89º 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 #DF07BF is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.13 |
| HSL | 308.89º | 0.94% | 0.45% | - |
| HSV(B) | 308.89º | 0.97% | 0.87% | - |
| XYZ | 39.91 | 19.6 | 50.97 | - |
| YUV | 92.56 | 183.56 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 191 | 0 | 0.97 | 0.14 | 0.13 | 308.89 | 0.94 | 0.45 |
| Hex | DF | 7 | BF | 0 | 61 | E | D | 135 | 5E | 2D |
| Octal | 337 | 7 | 277 | 0 | 141 | 16 | 15 | 465 | 136 | 55 |
| Binary | 11011111 | 111 | 10111111 | 0 | 1100001 | 1110 | 1101 | 100110101 | 1011110 | 101101 |
Color Harmonies of #DF07BF
Complementary color
Monochromatic Colors of #DF07BF
Black with #DF07BF
Text Example
Text Example
White with #DF07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07BF; }
p { color: rgb(223,7,191); }
H1.HeaderClassName
{
color: #DF07BF;
}
.AnyTagClassName
{
color: #DF07BF;
}
</style>
background-color css
<style>
a { background-color: #DF07BF; }
a { background-color: rgb(223,7,191); }
div.DivClassName
{
background-color: #DF07BF;
}
.BgClassName
{
background-color: #DF07BF;
}
</style>
border-color css
<style>
span { border-color: #DF07BF; }
span { border-color: rgb(223,7,191); }
td.TdClassName
{
border-color: #DF07BF;
}
.TagClassName
{
border-color: #DF07BF;
}
</style>