Shades of Deep Magenta #D706DF
Tints of Deep Magenta #D706DF
RGB
CMYK
RGB Variations
Color information
#D706DF (or 0xD706DF) is known color: Deep Magenta. HEX triplet: D7, 06 and DF. RGB value is (215,6,223). Sum of RGB (Red+Green+Blue) = 215+6+223=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #D706DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706DF is #28F920. Grayscale: #5C5C5C. Windows color (decimal): -2685217 or 14616279. OLE color: 14616279.
HSL color Cylindrical-coordinate representation of color #D706DF: hue angle of 297.79º degrees, saturation: 0.95, 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 #D706DF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 6 | 223 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.13 |
| HSL | 297.79º | 0.95% | 0.45% | - |
| HSV(B) | 297.79º | 0.97% | 0.87% | - |
| XYZ | 41.41 | 19.91 | 71.47 | - |
| YUV | 93.23 | 201.24 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 223 | 0.04 | 0.97 | 0 | 0.13 | 297.79 | 0.95 | 0.45 |
| Hex | D7 | 6 | DF | 4 | 61 | 0 | D | 12A | 5F | 2D |
| Octal | 327 | 6 | 337 | 4 | 141 | 0 | 15 | 452 | 137 | 55 |
| Binary | 11010111 | 110 | 11011111 | 100 | 1100001 | 0 | 1101 | 100101010 | 1011111 | 101101 |
Color Harmonies of #D706DF
Complementary color
Monochromatic Colors of #D706DF
Black with #D706DF
Text Example
Text Example
White with #D706DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706DF; }
p { color: rgb(215,6,223); }
H1.HeaderClassName
{
color: #D706DF;
}
.AnyTagClassName
{
color: #D706DF;
}
</style>
background-color css
<style>
a { background-color: #D706DF; }
a { background-color: rgb(215,6,223); }
div.DivClassName
{
background-color: #D706DF;
}
.BgClassName
{
background-color: #D706DF;
}
</style>
border-color css
<style>
span { border-color: #D706DF; }
span { border-color: rgb(215,6,223); }
td.TdClassName
{
border-color: #D706DF;
}
.TagClassName
{
border-color: #D706DF;
}
</style>