Shades of Deep Magenta #D707CC
Tints of Deep Magenta #D707CC
RGB
CMYK
RGB Variations
Color information
#D707CC (or 0xD707CC) is known color: Deep Magenta. HEX triplet: D7, 07 and CC. RGB value is (215,7,204). Sum of RGB (Red+Green+Blue) = 215+7+204=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D707CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707CC is #28F833. Grayscale: #5B5B5B. Windows color (decimal): -2684980 or 13371351. OLE color: 13371351.
HSL color Cylindrical-coordinate representation of color #D707CC: hue angle of 303.17º 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 #D707CC is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.16 |
| HSL | 303.17º | 0.94% | 0.44% | - |
| HSV(B) | 303.17º | 0.97% | 0.84% | - |
| XYZ | 39 | 18.96 | 58.73 | - |
| YUV | 91.65 | 191.41 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 204 | 0 | 0.97 | 0.05 | 0.16 | 303.17 | 0.94 | 0.44 |
| Hex | D7 | 7 | CC | 0 | 61 | 5 | 10 | 12F | 5E | 2C |
| Octal | 327 | 7 | 314 | 0 | 141 | 5 | 20 | 457 | 136 | 54 |
| Binary | 11010111 | 111 | 11001100 | 0 | 1100001 | 101 | 10000 | 100101111 | 1011110 | 101100 |
Color Harmonies of #D707CC
Complementary color
Monochromatic Colors of #D707CC
Black with #D707CC
Text Example
Text Example
White with #D707CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707CC; }
p { color: rgb(215,7,204); }
H1.HeaderClassName
{
color: #D707CC;
}
.AnyTagClassName
{
color: #D707CC;
}
</style>
background-color css
<style>
a { background-color: #D707CC; }
a { background-color: rgb(215,7,204); }
div.DivClassName
{
background-color: #D707CC;
}
.BgClassName
{
background-color: #D707CC;
}
</style>
border-color css
<style>
span { border-color: #D707CC; }
span { border-color: rgb(215,7,204); }
td.TdClassName
{
border-color: #D707CC;
}
.TagClassName
{
border-color: #D707CC;
}
</style>