Shades of Deep Magenta #D705D7
Tints of Deep Magenta #D705D7
RGB
CMYK
RGB Variations
Color information
#D705D7 (or 0xD705D7) is known color: Deep Magenta. HEX triplet: D7, 05 and D7. RGB value is (215,5,215). Sum of RGB (Red+Green+Blue) = 215+5+215=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D705D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D705D7 is #28FA28. Grayscale: #5B5B5B. Windows color (decimal): -2685481 or 14091735. OLE color: 14091735.
HSL color Cylindrical-coordinate representation of color #D705D7: hue angle of 300º 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 #D705D7 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 215 | - |
| CMYK | 0 | 0.98 | 0 | 0.16 |
| HSL | 300º | 0.95% | 0.43% | - |
| HSV(B) | 300º | 0.98% | 0.84% | - |
| XYZ | 40.34 | 19.46 | 65.92 | - |
| YUV | 91.73 | 197.57 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 215 | 0 | 0.98 | 0 | 0.16 | 300 | 0.95 | 0.43 |
| Hex | D7 | 5 | D7 | 0 | 62 | 0 | 10 | 12C | 5F | 2B |
| Octal | 327 | 5 | 327 | 0 | 142 | 0 | 20 | 454 | 137 | 53 |
| Binary | 11010111 | 101 | 11010111 | 0 | 1100010 | 0 | 10000 | 100101100 | 1011111 | 101011 |
Color Harmonies of #D705D7
Complementary color
Monochromatic Colors of #D705D7
Black with #D705D7
Text Example
Text Example
White with #D705D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D705D7; }
p { color: rgb(215,5,215); }
H1.HeaderClassName
{
color: #D705D7;
}
.AnyTagClassName
{
color: #D705D7;
}
</style>
background-color css
<style>
a { background-color: #D705D7; }
a { background-color: rgb(215,5,215); }
div.DivClassName
{
background-color: #D705D7;
}
.BgClassName
{
background-color: #D705D7;
}
</style>
border-color css
<style>
span { border-color: #D705D7; }
span { border-color: rgb(215,5,215); }
td.TdClassName
{
border-color: #D705D7;
}
.TagClassName
{
border-color: #D705D7;
}
</style>