Shades of Deep Magenta #D707DF
Tints of Deep Magenta #D707DF
RGB
CMYK
RGB Variations
Color information
#D707DF (or 0xD707DF) is known color: Deep Magenta. HEX triplet: D7, 07 and DF. RGB value is (215,7,223). Sum of RGB (Red+Green+Blue) = 215+7+223=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #D707DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707DF is #28F820. Grayscale: #5D5D5D. Windows color (decimal): -2684961 or 14616535. OLE color: 14616535.
HSL color Cylindrical-coordinate representation of color #D707DF: hue angle of 297.78º 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 #D707DF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 7 | 223 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.13 |
| HSL | 297.78º | 0.94% | 0.45% | - |
| HSV(B) | 297.78º | 0.97% | 0.87% | - |
| XYZ | 41.42 | 19.93 | 71.48 | - |
| YUV | 93.82 | 200.91 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 223 | 0.04 | 0.97 | 0 | 0.13 | 297.78 | 0.94 | 0.45 |
| Hex | D7 | 7 | DF | 4 | 61 | 0 | D | 12A | 5E | 2D |
| Octal | 327 | 7 | 337 | 4 | 141 | 0 | 15 | 452 | 136 | 55 |
| Binary | 11010111 | 111 | 11011111 | 100 | 1100001 | 0 | 1101 | 100101010 | 1011110 | 101101 |
Color Harmonies of #D707DF
Complementary color
Monochromatic Colors of #D707DF
Black with #D707DF
Text Example
Text Example
White with #D707DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707DF; }
p { color: rgb(215,7,223); }
H1.HeaderClassName
{
color: #D707DF;
}
.AnyTagClassName
{
color: #D707DF;
}
</style>
background-color css
<style>
a { background-color: #D707DF; }
a { background-color: rgb(215,7,223); }
div.DivClassName
{
background-color: #D707DF;
}
.BgClassName
{
background-color: #D707DF;
}
</style>
border-color css
<style>
span { border-color: #D707DF; }
span { border-color: rgb(215,7,223); }
td.TdClassName
{
border-color: #D707DF;
}
.TagClassName
{
border-color: #D707DF;
}
</style>