Shades of Deep Magenta #D706C6
Tints of Deep Magenta #D706C6
RGB
CMYK
RGB Variations
Color information
#D706C6 (or 0xD706C6) is known color: Deep Magenta. HEX triplet: D7, 06 and C6. RGB value is (215,6,198). Sum of RGB (Red+Green+Blue) = 215+6+198=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D706C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706C6 is #28F939. Grayscale: #595959. Windows color (decimal): -2685242 or 12977879. OLE color: 12977879.
HSL color Cylindrical-coordinate representation of color #D706C6: hue angle of 304.88º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D706C6 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 198 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.16 |
| HSL | 304.88º | 0.95% | 0.43% | - |
| HSV(B) | 304.88º | 0.97% | 0.84% | - |
| XYZ | 38.28 | 18.65 | 55.01 | - |
| YUV | 90.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 198 | 0 | 0.97 | 0.08 | 0.16 | 304.88 | 0.95 | 0.43 |
| Hex | D7 | 6 | C6 | 0 | 61 | 8 | 10 | 131 | 5F | 2B |
| Octal | 327 | 6 | 306 | 0 | 141 | 10 | 20 | 461 | 137 | 53 |
| Binary | 11010111 | 110 | 11000110 | 0 | 1100001 | 1000 | 10000 | 100110001 | 1011111 | 101011 |
Color Harmonies of #D706C6
Complementary color
Monochromatic Colors of #D706C6
Black with #D706C6
Text Example
Text Example
White with #D706C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706C6; }
p { color: rgb(215,6,198); }
H1.HeaderClassName
{
color: #D706C6;
}
.AnyTagClassName
{
color: #D706C6;
}
</style>
background-color css
<style>
a { background-color: #D706C6; }
a { background-color: rgb(215,6,198); }
div.DivClassName
{
background-color: #D706C6;
}
.BgClassName
{
background-color: #D706C6;
}
</style>
border-color css
<style>
span { border-color: #D706C6; }
span { border-color: rgb(215,6,198); }
td.TdClassName
{
border-color: #D706C6;
}
.TagClassName
{
border-color: #D706C6;
}
</style>