Shades of Deep Magenta #D708C8
Tints of Deep Magenta #D708C8
RGB
CMYK
RGB Variations
Color information
#D708C8 (or 0xD708C8) is known color: Deep Magenta. HEX triplet: D7, 08 and C8. RGB value is (215,8,200). Sum of RGB (Red+Green+Blue) = 215+8+200=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D708C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708C8 is #28F737. Grayscale: #5B5B5B. Windows color (decimal): -2684728 or 13109463. OLE color: 13109463.
HSL color Cylindrical-coordinate representation of color #D708C8: hue angle of 304.35º 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 #D708C8 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 200 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.16 |
| HSL | 304.35º | 0.93% | 0.44% | - |
| HSV(B) | 304.35º | 0.96% | 0.84% | - |
| XYZ | 38.54 | 18.79 | 56.24 | - |
| YUV | 91.78 | 189.08 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 200 | 0 | 0.96 | 0.07 | 0.16 | 304.35 | 0.93 | 0.44 |
| Hex | D7 | 8 | C8 | 0 | 60 | 7 | 10 | 130 | 5D | 2C |
| Octal | 327 | 10 | 310 | 0 | 140 | 7 | 20 | 460 | 135 | 54 |
| Binary | 11010111 | 1000 | 11001000 | 0 | 1100000 | 111 | 10000 | 100110000 | 1011101 | 101100 |
Color Harmonies of #D708C8
Complementary color
Monochromatic Colors of #D708C8
Black with #D708C8
Text Example
Text Example
White with #D708C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708C8; }
p { color: rgb(215,8,200); }
H1.HeaderClassName
{
color: #D708C8;
}
.AnyTagClassName
{
color: #D708C8;
}
</style>
background-color css
<style>
a { background-color: #D708C8; }
a { background-color: rgb(215,8,200); }
div.DivClassName
{
background-color: #D708C8;
}
.BgClassName
{
background-color: #D708C8;
}
</style>
border-color css
<style>
span { border-color: #D708C8; }
span { border-color: rgb(215,8,200); }
td.TdClassName
{
border-color: #D708C8;
}
.TagClassName
{
border-color: #D708C8;
}
</style>