Shades of Deep Magenta #D706C5
Tints of Deep Magenta #D706C5
RGB
CMYK
RGB Variations
Color information
#D706C5 (or 0xD706C5) is known color: Deep Magenta. HEX triplet: D7, 06 and C5. RGB value is (215,6,197). Sum of RGB (Red+Green+Blue) = 215+6+197=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D706C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706C5 is #28F93A. Grayscale: #595959. Windows color (decimal): -2685243 or 12912343. OLE color: 12912343.
HSL color Cylindrical-coordinate representation of color #D706C5: hue angle of 305.17º 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 #D706C5 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 197 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.16 |
| HSL | 305.17º | 0.95% | 0.43% | - |
| HSV(B) | 305.17º | 0.97% | 0.84% | - |
| XYZ | 38.17 | 18.61 | 54.4 | - |
| YUV | 90.27 | 188.24 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 197 | 0 | 0.97 | 0.08 | 0.16 | 305.17 | 0.95 | 0.43 |
| Hex | D7 | 6 | C5 | 0 | 61 | 8 | 10 | 131 | 5F | 2B |
| Octal | 327 | 6 | 305 | 0 | 141 | 10 | 20 | 461 | 137 | 53 |
| Binary | 11010111 | 110 | 11000101 | 0 | 1100001 | 1000 | 10000 | 100110001 | 1011111 | 101011 |
Color Harmonies of #D706C5
Complementary color
Monochromatic Colors of #D706C5
Black with #D706C5
Text Example
Text Example
White with #D706C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706C5; }
p { color: rgb(215,6,197); }
H1.HeaderClassName
{
color: #D706C5;
}
.AnyTagClassName
{
color: #D706C5;
}
</style>
background-color css
<style>
a { background-color: #D706C5; }
a { background-color: rgb(215,6,197); }
div.DivClassName
{
background-color: #D706C5;
}
.BgClassName
{
background-color: #D706C5;
}
</style>
border-color css
<style>
span { border-color: #D706C5; }
span { border-color: rgb(215,6,197); }
td.TdClassName
{
border-color: #D706C5;
}
.TagClassName
{
border-color: #D706C5;
}
</style>