Shades of Deep Magenta #D706BD
Tints of Deep Magenta #D706BD
RGB
CMYK
RGB Variations
Color information
#D706BD (or 0xD706BD) is known color: Deep Magenta. HEX triplet: D7, 06 and BD. RGB value is (215,6,189). Sum of RGB (Red+Green+Blue) = 215+6+189=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D706BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706BD is #28F942. Grayscale: #585858. Windows color (decimal): -2685251 or 12388055. OLE color: 12388055.
HSL color Cylindrical-coordinate representation of color #D706BD: hue angle of 307.46º 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 #D706BD is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 189 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.16 |
| HSL | 307.46º | 0.95% | 0.43% | - |
| HSV(B) | 307.46º | 0.97% | 0.84% | - |
| XYZ | 37.27 | 18.25 | 49.7 | - |
| YUV | 89.35 | 184.24 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 189 | 0 | 0.97 | 0.12 | 0.16 | 307.46 | 0.95 | 0.43 |
| Hex | D7 | 6 | BD | 0 | 61 | C | 10 | 133 | 5F | 2B |
| Octal | 327 | 6 | 275 | 0 | 141 | 14 | 20 | 463 | 137 | 53 |
| Binary | 11010111 | 110 | 10111101 | 0 | 1100001 | 1100 | 10000 | 100110011 | 1011111 | 101011 |
Color Harmonies of #D706BD
Complementary color
Monochromatic Colors of #D706BD
Black with #D706BD
Text Example
Text Example
White with #D706BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706BD; }
p { color: rgb(215,6,189); }
H1.HeaderClassName
{
color: #D706BD;
}
.AnyTagClassName
{
color: #D706BD;
}
</style>
background-color css
<style>
a { background-color: #D706BD; }
a { background-color: rgb(215,6,189); }
div.DivClassName
{
background-color: #D706BD;
}
.BgClassName
{
background-color: #D706BD;
}
</style>
border-color css
<style>
span { border-color: #D706BD; }
span { border-color: rgb(215,6,189); }
td.TdClassName
{
border-color: #D706BD;
}
.TagClassName
{
border-color: #D706BD;
}
</style>