Shades of Deep Magenta #D705C6
Tints of Deep Magenta #D705C6
RGB
CMYK
RGB Variations
Color information
#D705C6 (or 0xD705C6) is known color: Deep Magenta. HEX triplet: D7, 05 and C6. RGB value is (215,5,198). Sum of RGB (Red+Green+Blue) = 215+5+198=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D705C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D705C6 is #28FA39. Grayscale: #595959. Windows color (decimal): -2685498 or 12977623. OLE color: 12977623.
HSL color Cylindrical-coordinate representation of color #D705C6: hue angle of 304.86º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D705C6 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 198 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.16 |
| HSL | 304.86º | 0.95% | 0.43% | - |
| HSV(B) | 304.86º | 0.98% | 0.84% | - |
| XYZ | 38.27 | 18.63 | 55.01 | - |
| YUV | 89.79 | 189.07 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 198 | 0 | 0.98 | 0.08 | 0.16 | 304.86 | 0.95 | 0.43 |
| Hex | D7 | 5 | C6 | 0 | 62 | 8 | 10 | 131 | 5F | 2B |
| Octal | 327 | 5 | 306 | 0 | 142 | 10 | 20 | 461 | 137 | 53 |
| Binary | 11010111 | 101 | 11000110 | 0 | 1100010 | 1000 | 10000 | 100110001 | 1011111 | 101011 |
Color Harmonies of #D705C6
Complementary color
Monochromatic Colors of #D705C6
Black with #D705C6
Text Example
Text Example
White with #D705C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D705C6; }
p { color: rgb(215,5,198); }
H1.HeaderClassName
{
color: #D705C6;
}
.AnyTagClassName
{
color: #D705C6;
}
</style>
background-color css
<style>
a { background-color: #D705C6; }
a { background-color: rgb(215,5,198); }
div.DivClassName
{
background-color: #D705C6;
}
.BgClassName
{
background-color: #D705C6;
}
</style>
border-color css
<style>
span { border-color: #D705C6; }
span { border-color: rgb(215,5,198); }
td.TdClassName
{
border-color: #D705C6;
}
.TagClassName
{
border-color: #D705C6;
}
</style>