Shades of Deep Magenta #D707D1
Tints of Deep Magenta #D707D1
RGB
CMYK
RGB Variations
Color information
#D707D1 (or 0xD707D1) is known color: Deep Magenta. HEX triplet: D7, 07 and D1. RGB value is (215,7,209). Sum of RGB (Red+Green+Blue) = 215+7+209=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D707D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707D1 is #28F82E. Grayscale: #5B5B5B. Windows color (decimal): -2684975 or 13699031. OLE color: 13699031.
HSL color Cylindrical-coordinate representation of color #D707D1: hue angle of 301.73º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D707D1 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 209 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.16 |
| HSL | 301.73º | 0.94% | 0.44% | - |
| HSV(B) | 301.73º | 0.97% | 0.84% | - |
| XYZ | 39.61 | 19.2 | 61.94 | - |
| YUV | 92.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 209 | 0 | 0.97 | 0.03 | 0.16 | 301.73 | 0.94 | 0.44 |
| Hex | D7 | 7 | D1 | 0 | 61 | 3 | 10 | 12E | 5E | 2C |
| Octal | 327 | 7 | 321 | 0 | 141 | 3 | 20 | 456 | 136 | 54 |
| Binary | 11010111 | 111 | 11010001 | 0 | 1100001 | 11 | 10000 | 100101110 | 1011110 | 101100 |
Color Harmonies of #D707D1
Complementary color
Monochromatic Colors of #D707D1
Black with #D707D1
Text Example
Text Example
White with #D707D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707D1; }
p { color: rgb(215,7,209); }
H1.HeaderClassName
{
color: #D707D1;
}
.AnyTagClassName
{
color: #D707D1;
}
</style>
background-color css
<style>
a { background-color: #D707D1; }
a { background-color: rgb(215,7,209); }
div.DivClassName
{
background-color: #D707D1;
}
.BgClassName
{
background-color: #D707D1;
}
</style>
border-color css
<style>
span { border-color: #D707D1; }
span { border-color: rgb(215,7,209); }
td.TdClassName
{
border-color: #D707D1;
}
.TagClassName
{
border-color: #D707D1;
}
</style>