Shades of Deep Magenta #D706CC
Tints of Deep Magenta #D706CC
RGB
CMYK
RGB Variations
Color information
#D706CC (or 0xD706CC) is known color: Deep Magenta. HEX triplet: D7, 06 and CC. RGB value is (215,6,204). Sum of RGB (Red+Green+Blue) = 215+6+204=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D706CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706CC is #28F933. Grayscale: #5A5A5A. Windows color (decimal): -2685236 or 13371095. OLE color: 13371095.
HSL color Cylindrical-coordinate representation of color #D706CC: hue angle of 303.16º 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 #D706CC is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 204 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.16 |
| HSL | 303.16º | 0.95% | 0.43% | - |
| HSV(B) | 303.16º | 0.97% | 0.84% | - |
| XYZ | 38.99 | 18.94 | 58.73 | - |
| YUV | 91.06 | 191.74 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 204 | 0 | 0.97 | 0.05 | 0.16 | 303.16 | 0.95 | 0.43 |
| Hex | D7 | 6 | CC | 0 | 61 | 5 | 10 | 12F | 5F | 2B |
| Octal | 327 | 6 | 314 | 0 | 141 | 5 | 20 | 457 | 137 | 53 |
| Binary | 11010111 | 110 | 11001100 | 0 | 1100001 | 101 | 10000 | 100101111 | 1011111 | 101011 |
Color Harmonies of #D706CC
Complementary color
Monochromatic Colors of #D706CC
Black with #D706CC
Text Example
Text Example
White with #D706CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706CC; }
p { color: rgb(215,6,204); }
H1.HeaderClassName
{
color: #D706CC;
}
.AnyTagClassName
{
color: #D706CC;
}
</style>
background-color css
<style>
a { background-color: #D706CC; }
a { background-color: rgb(215,6,204); }
div.DivClassName
{
background-color: #D706CC;
}
.BgClassName
{
background-color: #D706CC;
}
</style>
border-color css
<style>
span { border-color: #D706CC; }
span { border-color: rgb(215,6,204); }
td.TdClassName
{
border-color: #D706CC;
}
.TagClassName
{
border-color: #D706CC;
}
</style>