Shades of Deep Magenta #DF00BF
Tints of Deep Magenta #DF00BF
RGB
CMYK
RGB Variations
Color information
#DF00BF (or 0xDF00BF) is known color: Deep Magenta. HEX triplet: DF, 00 and BF. RGB value is (223,0,191). Sum of RGB (Red+Green+Blue) = 223+0+191=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00BF is #20FF40. Grayscale: #575757. Windows color (decimal): -2162497 or 12517599. OLE color: 12517599.
HSL color Cylindrical-coordinate representation of color #DF00BF: hue angle of 308.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00BF is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.14 | 0.13 |
| HSL | 308.61º | 1% | 0.44% | - |
| HSV(B) | 308.61º | 1% | 0.87% | - |
| XYZ | 39.84 | 19.45 | 50.94 | - |
| YUV | 88.45 | 185.88 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 191 | 0 | 1 | 0.14 | 0.13 | 308.61 | 1 | 0.44 |
| Hex | DF | 0 | BF | 0 | 64 | E | D | 135 | 64 | 2C |
| Octal | 337 | 0 | 277 | 0 | 144 | 16 | 15 | 465 | 144 | 54 |
| Binary | 11011111 | 0 | 10111111 | 0 | 1100100 | 1110 | 1101 | 100110101 | 1100100 | 101100 |
Color Harmonies of #DF00BF
Complementary color
Monochromatic Colors of #DF00BF
Black with #DF00BF
Text Example
Text Example
White with #DF00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00BF; }
p { color: rgb(223,0,191); }
H1.HeaderClassName
{
color: #DF00BF;
}
.AnyTagClassName
{
color: #DF00BF;
}
</style>
background-color css
<style>
a { background-color: #DF00BF; }
a { background-color: rgb(223,0,191); }
div.DivClassName
{
background-color: #DF00BF;
}
.BgClassName
{
background-color: #DF00BF;
}
</style>
border-color css
<style>
span { border-color: #DF00BF; }
span { border-color: rgb(223,0,191); }
td.TdClassName
{
border-color: #DF00BF;
}
.TagClassName
{
border-color: #DF00BF;
}
</style>