Shades of Deep Magenta #D706B8
Tints of Deep Magenta #D706B8
RGB
CMYK
RGB Variations
Color information
#D706B8 (or 0xD706B8) is known color: Deep Magenta. HEX triplet: D7, 06 and B8. RGB value is (215,6,184). Sum of RGB (Red+Green+Blue) = 215+6+184=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D706B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706B8 is #28F947. Grayscale: #585858. Windows color (decimal): -2685256 or 12060375. OLE color: 12060375.
HSL color Cylindrical-coordinate representation of color #D706B8: hue angle of 308.9º 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 #D706B8 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 184 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.16 |
| HSL | 308.9º | 0.95% | 0.43% | - |
| HSV(B) | 308.9º | 0.97% | 0.84% | - |
| XYZ | 36.74 | 18.04 | 46.89 | - |
| YUV | 88.78 | 181.74 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 184 | 0 | 0.97 | 0.14 | 0.16 | 308.9 | 0.95 | 0.43 |
| Hex | D7 | 6 | B8 | 0 | 61 | E | 10 | 135 | 5F | 2B |
| Octal | 327 | 6 | 270 | 0 | 141 | 16 | 20 | 465 | 137 | 53 |
| Binary | 11010111 | 110 | 10111000 | 0 | 1100001 | 1110 | 10000 | 100110101 | 1011111 | 101011 |
Color Harmonies of #D706B8
Complementary color
Monochromatic Colors of #D706B8
Black with #D706B8
Text Example
Text Example
White with #D706B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706B8; }
p { color: rgb(215,6,184); }
H1.HeaderClassName
{
color: #D706B8;
}
.AnyTagClassName
{
color: #D706B8;
}
</style>
background-color css
<style>
a { background-color: #D706B8; }
a { background-color: rgb(215,6,184); }
div.DivClassName
{
background-color: #D706B8;
}
.BgClassName
{
background-color: #D706B8;
}
</style>
border-color css
<style>
span { border-color: #D706B8; }
span { border-color: rgb(215,6,184); }
td.TdClassName
{
border-color: #D706B8;
}
.TagClassName
{
border-color: #D706B8;
}
</style>