Shades of Deep Magenta #D707BF
Tints of Deep Magenta #D707BF
RGB
CMYK
RGB Variations
Color information
#D707BF (or 0xD707BF) is known color: Deep Magenta. HEX triplet: D7, 07 and BF. RGB value is (215,7,191). Sum of RGB (Red+Green+Blue) = 215+7+191=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D707BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707BF is #28F840. Grayscale: #595959. Windows color (decimal): -2684993 or 12519383. OLE color: 12519383.
HSL color Cylindrical-coordinate representation of color #D707BF: hue angle of 306.92º 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 #D707BF is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.16 |
| HSL | 306.92º | 0.94% | 0.44% | - |
| HSV(B) | 306.92º | 0.97% | 0.84% | - |
| XYZ | 37.5 | 18.36 | 50.86 | - |
| YUV | 90.17 | 184.91 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 191 | 0 | 0.97 | 0.11 | 0.16 | 306.92 | 0.94 | 0.44 |
| Hex | D7 | 7 | BF | 0 | 61 | B | 10 | 133 | 5E | 2C |
| Octal | 327 | 7 | 277 | 0 | 141 | 13 | 20 | 463 | 136 | 54 |
| Binary | 11010111 | 111 | 10111111 | 0 | 1100001 | 1011 | 10000 | 100110011 | 1011110 | 101100 |
Color Harmonies of #D707BF
Complementary color
Monochromatic Colors of #D707BF
Black with #D707BF
Text Example
Text Example
White with #D707BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707BF; }
p { color: rgb(215,7,191); }
H1.HeaderClassName
{
color: #D707BF;
}
.AnyTagClassName
{
color: #D707BF;
}
</style>
background-color css
<style>
a { background-color: #D707BF; }
a { background-color: rgb(215,7,191); }
div.DivClassName
{
background-color: #D707BF;
}
.BgClassName
{
background-color: #D707BF;
}
</style>
border-color css
<style>
span { border-color: #D707BF; }
span { border-color: rgb(215,7,191); }
td.TdClassName
{
border-color: #D707BF;
}
.TagClassName
{
border-color: #D707BF;
}
</style>