Shades of Deep Magenta #D707C7
Tints of Deep Magenta #D707C7
RGB
CMYK
RGB Variations
Color information
#D707C7 (or 0xD707C7) is known color: Deep Magenta. HEX triplet: D7, 07 and C7. RGB value is (215,7,199). Sum of RGB (Red+Green+Blue) = 215+7+199=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D707C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707C7 is #28F838. Grayscale: #5A5A5A. Windows color (decimal): -2684985 or 13043671. OLE color: 13043671.
HSL color Cylindrical-coordinate representation of color #D707C7: hue angle of 304.62º 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 #D707C7 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 199 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.16 |
| HSL | 304.62º | 0.94% | 0.44% | - |
| HSV(B) | 304.62º | 0.97% | 0.84% | - |
| XYZ | 38.41 | 18.72 | 55.62 | - |
| YUV | 91.08 | 188.91 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 199 | 0 | 0.97 | 0.07 | 0.16 | 304.62 | 0.94 | 0.44 |
| Hex | D7 | 7 | C7 | 0 | 61 | 7 | 10 | 131 | 5E | 2C |
| Octal | 327 | 7 | 307 | 0 | 141 | 7 | 20 | 461 | 136 | 54 |
| Binary | 11010111 | 111 | 11000111 | 0 | 1100001 | 111 | 10000 | 100110001 | 1011110 | 101100 |
Color Harmonies of #D707C7
Complementary color
Monochromatic Colors of #D707C7
Black with #D707C7
Text Example
Text Example
White with #D707C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707C7; }
p { color: rgb(215,7,199); }
H1.HeaderClassName
{
color: #D707C7;
}
.AnyTagClassName
{
color: #D707C7;
}
</style>
background-color css
<style>
a { background-color: #D707C7; }
a { background-color: rgb(215,7,199); }
div.DivClassName
{
background-color: #D707C7;
}
.BgClassName
{
background-color: #D707C7;
}
</style>
border-color css
<style>
span { border-color: #D707C7; }
span { border-color: rgb(215,7,199); }
td.TdClassName
{
border-color: #D707C7;
}
.TagClassName
{
border-color: #D707C7;
}
</style>