Shades of Deep Magenta #D706BB
Tints of Deep Magenta #D706BB
RGB
CMYK
RGB Variations
Color information
#D706BB (or 0xD706BB) is known color: Deep Magenta. HEX triplet: D7, 06 and BB. RGB value is (215,6,187). Sum of RGB (Red+Green+Blue) = 215+6+187=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D706BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706BB is #28F944. Grayscale: #585858. Windows color (decimal): -2685253 or 12256983. OLE color: 12256983.
HSL color Cylindrical-coordinate representation of color #D706BB: hue angle of 308.04º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D706BB is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 187 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.16 |
| HSL | 308.04º | 0.95% | 0.43% | - |
| HSV(B) | 308.04º | 0.97% | 0.84% | - |
| XYZ | 37.06 | 18.17 | 48.57 | - |
| YUV | 89.13 | 183.24 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 187 | 0 | 0.97 | 0.13 | 0.16 | 308.04 | 0.95 | 0.43 |
| Hex | D7 | 6 | BB | 0 | 61 | D | 10 | 134 | 5F | 2B |
| Octal | 327 | 6 | 273 | 0 | 141 | 15 | 20 | 464 | 137 | 53 |
| Binary | 11010111 | 110 | 10111011 | 0 | 1100001 | 1101 | 10000 | 100110100 | 1011111 | 101011 |
Color Harmonies of #D706BB
Complementary color
Monochromatic Colors of #D706BB
Black with #D706BB
Text Example
Text Example
White with #D706BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706BB; }
p { color: rgb(215,6,187); }
H1.HeaderClassName
{
color: #D706BB;
}
.AnyTagClassName
{
color: #D706BB;
}
</style>
background-color css
<style>
a { background-color: #D706BB; }
a { background-color: rgb(215,6,187); }
div.DivClassName
{
background-color: #D706BB;
}
.BgClassName
{
background-color: #D706BB;
}
</style>
border-color css
<style>
span { border-color: #D706BB; }
span { border-color: rgb(215,6,187); }
td.TdClassName
{
border-color: #D706BB;
}
.TagClassName
{
border-color: #D706BB;
}
</style>