Shades of Deep Magenta #DF07BE
Tints of Deep Magenta #DF07BE
RGB
CMYK
RGB Variations
Color information
#DF07BE (or 0xDF07BE) is known color: Deep Magenta. HEX triplet: DF, 07 and BE. RGB value is (223,7,190). Sum of RGB (Red+Green+Blue) = 223+7+190=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07BE is #20F841. Grayscale: #5B5B5B. Windows color (decimal): -2160706 or 12453855. OLE color: 12453855.
HSL color Cylindrical-coordinate representation of color #DF07BE: hue angle of 309.17º 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 #DF07BE is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.13 |
| HSL | 309.17º | 0.94% | 0.45% | - |
| HSV(B) | 309.17º | 0.97% | 0.87% | - |
| XYZ | 39.8 | 19.56 | 50.39 | - |
| YUV | 92.45 | 183.06 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 190 | 0 | 0.97 | 0.15 | 0.13 | 309.17 | 0.94 | 0.45 |
| Hex | DF | 7 | BE | 0 | 61 | F | D | 135 | 5E | 2D |
| Octal | 337 | 7 | 276 | 0 | 141 | 17 | 15 | 465 | 136 | 55 |
| Binary | 11011111 | 111 | 10111110 | 0 | 1100001 | 1111 | 1101 | 100110101 | 1011110 | 101101 |
Color Harmonies of #DF07BE
Complementary color
Monochromatic Colors of #DF07BE
Black with #DF07BE
Text Example
Text Example
White with #DF07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07BE; }
p { color: rgb(223,7,190); }
H1.HeaderClassName
{
color: #DF07BE;
}
.AnyTagClassName
{
color: #DF07BE;
}
</style>
background-color css
<style>
a { background-color: #DF07BE; }
a { background-color: rgb(223,7,190); }
div.DivClassName
{
background-color: #DF07BE;
}
.BgClassName
{
background-color: #DF07BE;
}
</style>
border-color css
<style>
span { border-color: #DF07BE; }
span { border-color: rgb(223,7,190); }
td.TdClassName
{
border-color: #DF07BE;
}
.TagClassName
{
border-color: #DF07BE;
}
</style>