Shades of Deep Magenta #D707B1
Tints of Deep Magenta #D707B1
RGB
CMYK
RGB Variations
Color information
#D707B1 (or 0xD707B1) is known color: Deep Magenta. HEX triplet: D7, 07 and B1. RGB value is (215,7,177). Sum of RGB (Red+Green+Blue) = 215+7+177=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D707B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D707B1 is #28F84E. Grayscale: #585858. Windows color (decimal): -2685007 or 11601879. OLE color: 11601879.
HSL color Cylindrical-coordinate representation of color #D707B1: hue angle of 310.96º 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 #D707B1 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 177 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.16 |
| HSL | 310.96º | 0.94% | 0.44% | - |
| HSV(B) | 310.96º | 0.97% | 0.84% | - |
| XYZ | 36.04 | 17.77 | 43.13 | - |
| YUV | 88.57 | 177.91 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 177 | 0 | 0.97 | 0.18 | 0.16 | 310.96 | 0.94 | 0.44 |
| Hex | D7 | 7 | B1 | 0 | 61 | 12 | 10 | 137 | 5E | 2C |
| Octal | 327 | 7 | 261 | 0 | 141 | 22 | 20 | 467 | 136 | 54 |
| Binary | 11010111 | 111 | 10110001 | 0 | 1100001 | 10010 | 10000 | 100110111 | 1011110 | 101100 |
Color Harmonies of #D707B1
Complementary color
Monochromatic Colors of #D707B1
Black with #D707B1
Text Example
Text Example
White with #D707B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707B1; }
p { color: rgb(215,7,177); }
H1.HeaderClassName
{
color: #D707B1;
}
.AnyTagClassName
{
color: #D707B1;
}
</style>
background-color css
<style>
a { background-color: #D707B1; }
a { background-color: rgb(215,7,177); }
div.DivClassName
{
background-color: #D707B1;
}
.BgClassName
{
background-color: #D707B1;
}
</style>
border-color css
<style>
span { border-color: #D707B1; }
span { border-color: rgb(215,7,177); }
td.TdClassName
{
border-color: #D707B1;
}
.TagClassName
{
border-color: #D707B1;
}
</style>