Shades of Deep Magenta #DF00B7
Tints of Deep Magenta #DF00B7
RGB
CMYK
RGB Variations
Color information
#DF00B7 (or 0xDF00B7) is known color: Deep Magenta. HEX triplet: DF, 00 and B7. RGB value is (223,0,183). Sum of RGB (Red+Green+Blue) = 223+0+183=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00B7 is #20FF48. Grayscale: #575757. Windows color (decimal): -2162505 or 11993311. OLE color: 11993311.
HSL color Cylindrical-coordinate representation of color #DF00B7: hue angle of 310.76º 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 #DF00B7 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.18 | 0.13 |
| HSL | 310.76º | 1% | 0.44% | - |
| HSV(B) | 310.76º | 1% | 0.87% | - |
| XYZ | 38.98 | 19.11 | 46.43 | - |
| YUV | 87.54 | 181.88 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 183 | 0 | 1 | 0.18 | 0.13 | 310.76 | 1 | 0.44 |
| Hex | DF | 0 | B7 | 0 | 64 | 12 | D | 137 | 64 | 2C |
| Octal | 337 | 0 | 267 | 0 | 144 | 22 | 15 | 467 | 144 | 54 |
| Binary | 11011111 | 0 | 10110111 | 0 | 1100100 | 10010 | 1101 | 100110111 | 1100100 | 101100 |
Color Harmonies of #DF00B7
Complementary color
Monochromatic Colors of #DF00B7
Black with #DF00B7
Text Example
Text Example
White with #DF00B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00B7; }
p { color: rgb(223,0,183); }
H1.HeaderClassName
{
color: #DF00B7;
}
.AnyTagClassName
{
color: #DF00B7;
}
</style>
background-color css
<style>
a { background-color: #DF00B7; }
a { background-color: rgb(223,0,183); }
div.DivClassName
{
background-color: #DF00B7;
}
.BgClassName
{
background-color: #DF00B7;
}
</style>
border-color css
<style>
span { border-color: #DF00B7; }
span { border-color: rgb(223,0,183); }
td.TdClassName
{
border-color: #DF00B7;
}
.TagClassName
{
border-color: #DF00B7;
}
</style>