Shades of Deep Magenta #D708D0
Tints of Deep Magenta #D708D0
RGB
CMYK
RGB Variations
Color information
#D708D0 (or 0xD708D0) is known color: Deep Magenta. HEX triplet: D7, 08 and D0. RGB value is (215,8,208). Sum of RGB (Red+Green+Blue) = 215+8+208=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D708D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708D0 is #28F72F. Grayscale: #5C5C5C. Windows color (decimal): -2684720 or 13633751. OLE color: 13633751.
HSL color Cylindrical-coordinate representation of color #D708D0: hue angle of 302.03º 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 #D708D0 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 208 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.16 |
| HSL | 302.03º | 0.93% | 0.44% | - |
| HSV(B) | 302.03º | 0.96% | 0.84% | - |
| XYZ | 39.5 | 19.17 | 61.29 | - |
| YUV | 92.69 | 193.08 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 208 | 0 | 0.96 | 0.03 | 0.16 | 302.03 | 0.93 | 0.44 |
| Hex | D7 | 8 | D0 | 0 | 60 | 3 | 10 | 12E | 5D | 2C |
| Octal | 327 | 10 | 320 | 0 | 140 | 3 | 20 | 456 | 135 | 54 |
| Binary | 11010111 | 1000 | 11010000 | 0 | 1100000 | 11 | 10000 | 100101110 | 1011101 | 101100 |
Color Harmonies of #D708D0
Complementary color
Monochromatic Colors of #D708D0
Black with #D708D0
Text Example
Text Example
White with #D708D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708D0; }
p { color: rgb(215,8,208); }
H1.HeaderClassName
{
color: #D708D0;
}
.AnyTagClassName
{
color: #D708D0;
}
</style>
background-color css
<style>
a { background-color: #D708D0; }
a { background-color: rgb(215,8,208); }
div.DivClassName
{
background-color: #D708D0;
}
.BgClassName
{
background-color: #D708D0;
}
</style>
border-color css
<style>
span { border-color: #D708D0; }
span { border-color: rgb(215,8,208); }
td.TdClassName
{
border-color: #D708D0;
}
.TagClassName
{
border-color: #D708D0;
}
</style>