Shades of Deep Magenta #D706BC
Tints of Deep Magenta #D706BC
RGB
CMYK
RGB Variations
Color information
#D706BC (or 0xD706BC) is known color: Deep Magenta. HEX triplet: D7, 06 and BC. RGB value is (215,6,188). Sum of RGB (Red+Green+Blue) = 215+6+188=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D706BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706BC is #28F943. Grayscale: #585858. Windows color (decimal): -2685252 or 12322519. OLE color: 12322519.
HSL color Cylindrical-coordinate representation of color #D706BC: hue angle of 307.75º 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 #D706BC is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 188 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.16 |
| HSL | 307.75º | 0.95% | 0.43% | - |
| HSV(B) | 307.75º | 0.97% | 0.84% | - |
| XYZ | 37.17 | 18.21 | 49.13 | - |
| YUV | 89.24 | 183.74 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 188 | 0 | 0.97 | 0.13 | 0.16 | 307.75 | 0.95 | 0.43 |
| Hex | D7 | 6 | BC | 0 | 61 | D | 10 | 134 | 5F | 2B |
| Octal | 327 | 6 | 274 | 0 | 141 | 15 | 20 | 464 | 137 | 53 |
| Binary | 11010111 | 110 | 10111100 | 0 | 1100001 | 1101 | 10000 | 100110100 | 1011111 | 101011 |
Color Harmonies of #D706BC
Complementary color
Monochromatic Colors of #D706BC
Black with #D706BC
Text Example
Text Example
White with #D706BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706BC; }
p { color: rgb(215,6,188); }
H1.HeaderClassName
{
color: #D706BC;
}
.AnyTagClassName
{
color: #D706BC;
}
</style>
background-color css
<style>
a { background-color: #D706BC; }
a { background-color: rgb(215,6,188); }
div.DivClassName
{
background-color: #D706BC;
}
.BgClassName
{
background-color: #D706BC;
}
</style>
border-color css
<style>
span { border-color: #D706BC; }
span { border-color: rgb(215,6,188); }
td.TdClassName
{
border-color: #D706BC;
}
.TagClassName
{
border-color: #D706BC;
}
</style>