Shades of Deep Magenta #D707BB
Tints of Deep Magenta #D707BB
RGB
CMYK
RGB Variations
Color information
#D707BB (or 0xD707BB) is known color: Deep Magenta. HEX triplet: D7, 07 and BB. RGB value is (215,7,187). Sum of RGB (Red+Green+Blue) = 215+7+187=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D707BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707BB is #28F844. Grayscale: #595959. Windows color (decimal): -2684997 or 12257239. OLE color: 12257239.
HSL color Cylindrical-coordinate representation of color #D707BB: hue angle of 308.08º 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 #D707BB is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.16 |
| HSL | 308.08º | 0.94% | 0.44% | - |
| HSV(B) | 308.08º | 0.97% | 0.84% | - |
| XYZ | 37.07 | 18.19 | 48.57 | - |
| YUV | 89.71 | 182.91 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 187 | 0 | 0.97 | 0.13 | 0.16 | 308.08 | 0.94 | 0.44 |
| Hex | D7 | 7 | BB | 0 | 61 | D | 10 | 134 | 5E | 2C |
| Octal | 327 | 7 | 273 | 0 | 141 | 15 | 20 | 464 | 136 | 54 |
| Binary | 11010111 | 111 | 10111011 | 0 | 1100001 | 1101 | 10000 | 100110100 | 1011110 | 101100 |
Color Harmonies of #D707BB
Complementary color
Monochromatic Colors of #D707BB
Black with #D707BB
Text Example
Text Example
White with #D707BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707BB; }
p { color: rgb(215,7,187); }
H1.HeaderClassName
{
color: #D707BB;
}
.AnyTagClassName
{
color: #D707BB;
}
</style>
background-color css
<style>
a { background-color: #D707BB; }
a { background-color: rgb(215,7,187); }
div.DivClassName
{
background-color: #D707BB;
}
.BgClassName
{
background-color: #D707BB;
}
</style>
border-color css
<style>
span { border-color: #D707BB; }
span { border-color: rgb(215,7,187); }
td.TdClassName
{
border-color: #D707BB;
}
.TagClassName
{
border-color: #D707BB;
}
</style>