Shades of Deep Magenta #D709DF
Tints of Deep Magenta #D709DF
RGB
CMYK
RGB Variations
Color information
#D709DF (or 0xD709DF) is known color: Deep Magenta. HEX triplet: D7, 09 and DF. RGB value is (215,9,223). Sum of RGB (Red+Green+Blue) = 215+9+223=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #D709DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709DF is #28F620. Grayscale: #5E5E5E. Windows color (decimal): -2684449 or 14617047. OLE color: 14617047.
HSL color Cylindrical-coordinate representation of color #D709DF: hue angle of 297.76º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D709DF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 9 | 223 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.13 |
| HSL | 297.76º | 0.92% | 0.45% | - |
| HSV(B) | 297.76º | 0.96% | 0.87% | - |
| XYZ | 41.44 | 19.97 | 71.48 | - |
| YUV | 94.99 | 200.25 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 223 | 0.04 | 0.96 | 0 | 0.13 | 297.76 | 0.92 | 0.45 |
| Hex | D7 | 9 | DF | 4 | 60 | 0 | D | 12A | 5C | 2D |
| Octal | 327 | 11 | 337 | 4 | 140 | 0 | 15 | 452 | 134 | 55 |
| Binary | 11010111 | 1001 | 11011111 | 100 | 1100000 | 0 | 1101 | 100101010 | 1011100 | 101101 |
Color Harmonies of #D709DF
Complementary color
Monochromatic Colors of #D709DF
Black with #D709DF
Text Example
Text Example
White with #D709DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D709DF; }
p { color: rgb(215,9,223); }
H1.HeaderClassName
{
color: #D709DF;
}
.AnyTagClassName
{
color: #D709DF;
}
</style>
background-color css
<style>
a { background-color: #D709DF; }
a { background-color: rgb(215,9,223); }
div.DivClassName
{
background-color: #D709DF;
}
.BgClassName
{
background-color: #D709DF;
}
</style>
border-color css
<style>
span { border-color: #D709DF; }
span { border-color: rgb(215,9,223); }
td.TdClassName
{
border-color: #D709DF;
}
.TagClassName
{
border-color: #D709DF;
}
</style>