Shades of Deep Magenta #D705D9
Tints of Deep Magenta #D705D9
RGB
CMYK
RGB Variations
Color information
#D705D9 (or 0xD705D9) is known color: Deep Magenta. HEX triplet: D7, 05 and D9. RGB value is (215,5,217). Sum of RGB (Red+Green+Blue) = 215+5+217=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #D705D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D705D9 is #28FA26. Grayscale: #5B5B5B. Windows color (decimal): -2685479 or 14222807. OLE color: 14222807.
HSL color Cylindrical-coordinate representation of color #D705D9: hue angle of 299.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D705D9 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 5 | 217 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.15 |
| HSL | 299.43º | 0.95% | 0.44% | - |
| HSV(B) | 299.43º | 0.98% | 0.85% | - |
| XYZ | 40.6 | 19.57 | 67.28 | - |
| YUV | 91.96 | 198.57 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 217 | 0.01 | 0.98 | 0 | 0.15 | 299.43 | 0.95 | 0.44 |
| Hex | D7 | 5 | D9 | 1 | 62 | 0 | F | 12B | 5F | 2C |
| Octal | 327 | 5 | 331 | 1 | 142 | 0 | 17 | 453 | 137 | 54 |
| Binary | 11010111 | 101 | 11011001 | 1 | 1100010 | 0 | 1111 | 100101011 | 1011111 | 101100 |
Color Harmonies of #D705D9
Complementary color
Monochromatic Colors of #D705D9
Black with #D705D9
Text Example
Text Example
White with #D705D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D705D9; }
p { color: rgb(215,5,217); }
H1.HeaderClassName
{
color: #D705D9;
}
.AnyTagClassName
{
color: #D705D9;
}
</style>
background-color css
<style>
a { background-color: #D705D9; }
a { background-color: rgb(215,5,217); }
div.DivClassName
{
background-color: #D705D9;
}
.BgClassName
{
background-color: #D705D9;
}
</style>
border-color css
<style>
span { border-color: #D705D9; }
span { border-color: rgb(215,5,217); }
td.TdClassName
{
border-color: #D705D9;
}
.TagClassName
{
border-color: #D705D9;
}
</style>