Shades of Deep Magenta #D706CE
Tints of Deep Magenta #D706CE
RGB
CMYK
RGB Variations
Color information
#D706CE (or 0xD706CE) is known color: Deep Magenta. HEX triplet: D7, 06 and CE. RGB value is (215,6,206). Sum of RGB (Red+Green+Blue) = 215+6+206=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D706CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706CE is #28F931. Grayscale: #5A5A5A. Windows color (decimal): -2685234 or 13502167. OLE color: 13502167.
HSL color Cylindrical-coordinate representation of color #D706CE: hue angle of 302.58º 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 #D706CE is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 206 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.16 |
| HSL | 302.58º | 0.95% | 0.43% | - |
| HSV(B) | 302.58º | 0.97% | 0.84% | - |
| XYZ | 39.23 | 19.03 | 60 | - |
| YUV | 91.29 | 192.74 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 206 | 0 | 0.97 | 0.04 | 0.16 | 302.58 | 0.95 | 0.43 |
| Hex | D7 | 6 | CE | 0 | 61 | 4 | 10 | 12F | 5F | 2B |
| Octal | 327 | 6 | 316 | 0 | 141 | 4 | 20 | 457 | 137 | 53 |
| Binary | 11010111 | 110 | 11001110 | 0 | 1100001 | 100 | 10000 | 100101111 | 1011111 | 101011 |
Color Harmonies of #D706CE
Complementary color
Monochromatic Colors of #D706CE
Black with #D706CE
Text Example
Text Example
White with #D706CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706CE; }
p { color: rgb(215,6,206); }
H1.HeaderClassName
{
color: #D706CE;
}
.AnyTagClassName
{
color: #D706CE;
}
</style>
background-color css
<style>
a { background-color: #D706CE; }
a { background-color: rgb(215,6,206); }
div.DivClassName
{
background-color: #D706CE;
}
.BgClassName
{
background-color: #D706CE;
}
</style>
border-color css
<style>
span { border-color: #D706CE; }
span { border-color: rgb(215,6,206); }
td.TdClassName
{
border-color: #D706CE;
}
.TagClassName
{
border-color: #D706CE;
}
</style>