Shades of Deep Magenta #D708D1
Tints of Deep Magenta #D708D1
RGB
CMYK
RGB Variations
Color information
#D708D1 (or 0xD708D1) is known color: Deep Magenta. HEX triplet: D7, 08 and D1. RGB value is (215,8,209). Sum of RGB (Red+Green+Blue) = 215+8+209=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D708D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708D1 is #28F72E. Grayscale: #5C5C5C. Windows color (decimal): -2684719 or 13699287. OLE color: 13699287.
HSL color Cylindrical-coordinate representation of color #D708D1: hue angle of 301.74º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D708D1 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 209 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.16 |
| HSL | 301.74º | 0.93% | 0.44% | - |
| HSV(B) | 301.74º | 0.96% | 0.84% | - |
| XYZ | 39.62 | 19.22 | 61.94 | - |
| YUV | 92.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 209 | 0 | 0.96 | 0.03 | 0.16 | 301.74 | 0.93 | 0.44 |
| Hex | D7 | 8 | D1 | 0 | 60 | 3 | 10 | 12E | 5D | 2C |
| Octal | 327 | 10 | 321 | 0 | 140 | 3 | 20 | 456 | 135 | 54 |
| Binary | 11010111 | 1000 | 11010001 | 0 | 1100000 | 11 | 10000 | 100101110 | 1011101 | 101100 |
Color Harmonies of #D708D1
Complementary color
Monochromatic Colors of #D708D1
Black with #D708D1
Text Example
Text Example
White with #D708D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708D1; }
p { color: rgb(215,8,209); }
H1.HeaderClassName
{
color: #D708D1;
}
.AnyTagClassName
{
color: #D708D1;
}
</style>
background-color css
<style>
a { background-color: #D708D1; }
a { background-color: rgb(215,8,209); }
div.DivClassName
{
background-color: #D708D1;
}
.BgClassName
{
background-color: #D708D1;
}
</style>
border-color css
<style>
span { border-color: #D708D1; }
span { border-color: rgb(215,8,209); }
td.TdClassName
{
border-color: #D708D1;
}
.TagClassName
{
border-color: #D708D1;
}
</style>