Shades of Deep Magenta #D706E4
Tints of Deep Magenta #D706E4
RGB
CMYK
RGB Variations
Color information
#D706E4 (or 0xD706E4) is known color: Deep Magenta. HEX triplet: D7, 06 and E4. RGB value is (215,6,228). Sum of RGB (Red+Green+Blue) = 215+6+228=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #D706E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706E4 is #28F91B. Grayscale: #5D5D5D. Windows color (decimal): -2685212 or 14943959. OLE color: 14943959.
HSL color Cylindrical-coordinate representation of color #D706E4: hue angle of 296.49º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D706E4 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 6 | 228 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.11 |
| HSL | 296.49º | 0.95% | 0.46% | - |
| HSV(B) | 296.49º | 0.97% | 0.89% | - |
| XYZ | 42.09 | 20.18 | 75.08 | - |
| YUV | 93.8 | 203.74 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 228 | 0.06 | 0.97 | 0 | 0.11 | 296.49 | 0.95 | 0.46 |
| Hex | D7 | 6 | E4 | 6 | 61 | 0 | B | 128 | 5F | 2E |
| Octal | 327 | 6 | 344 | 6 | 141 | 0 | 13 | 450 | 137 | 56 |
| Binary | 11010111 | 110 | 11100100 | 110 | 1100001 | 0 | 1011 | 100101000 | 1011111 | 101110 |
Color Harmonies of #D706E4
Complementary color
Monochromatic Colors of #D706E4
Black with #D706E4
Text Example
Text Example
White with #D706E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706E4; }
p { color: rgb(215,6,228); }
H1.HeaderClassName
{
color: #D706E4;
}
.AnyTagClassName
{
color: #D706E4;
}
</style>
background-color css
<style>
a { background-color: #D706E4; }
a { background-color: rgb(215,6,228); }
div.DivClassName
{
background-color: #D706E4;
}
.BgClassName
{
background-color: #D706E4;
}
</style>
border-color css
<style>
span { border-color: #D706E4; }
span { border-color: rgb(215,6,228); }
td.TdClassName
{
border-color: #D706E4;
}
.TagClassName
{
border-color: #D706E4;
}
</style>