Shades of Deep Magenta #D708D9
Tints of Deep Magenta #D708D9
RGB
CMYK
RGB Variations
Color information
#D708D9 (or 0xD708D9) is known color: Deep Magenta. HEX triplet: D7, 08 and D9. RGB value is (215,8,217). Sum of RGB (Red+Green+Blue) = 215+8+217=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #D708D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708D9 is #28F726. Grayscale: #5D5D5D. Windows color (decimal): -2684711 or 14223575. OLE color: 14223575.
HSL color Cylindrical-coordinate representation of color #D708D9: hue angle of 299.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D708D9 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 8 | 217 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.15 |
| HSL | 299.43º | 0.93% | 0.44% | - |
| HSV(B) | 299.43º | 0.96% | 0.85% | - |
| XYZ | 40.64 | 19.63 | 67.29 | - |
| YUV | 93.72 | 197.58 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 217 | 0.01 | 0.96 | 0 | 0.15 | 299.43 | 0.93 | 0.44 |
| Hex | D7 | 8 | D9 | 1 | 60 | 0 | F | 12B | 5D | 2C |
| Octal | 327 | 10 | 331 | 1 | 140 | 0 | 17 | 453 | 135 | 54 |
| Binary | 11010111 | 1000 | 11011001 | 1 | 1100000 | 0 | 1111 | 100101011 | 1011101 | 101100 |
Color Harmonies of #D708D9
Complementary color
Monochromatic Colors of #D708D9
Black with #D708D9
Text Example
Text Example
White with #D708D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708D9; }
p { color: rgb(215,8,217); }
H1.HeaderClassName
{
color: #D708D9;
}
.AnyTagClassName
{
color: #D708D9;
}
</style>
background-color css
<style>
a { background-color: #D708D9; }
a { background-color: rgb(215,8,217); }
div.DivClassName
{
background-color: #D708D9;
}
.BgClassName
{
background-color: #D708D9;
}
</style>
border-color css
<style>
span { border-color: #D708D9; }
span { border-color: rgb(215,8,217); }
td.TdClassName
{
border-color: #D708D9;
}
.TagClassName
{
border-color: #D708D9;
}
</style>