Shades of Deep Magenta #D708B1
Tints of Deep Magenta #D708B1
RGB
CMYK
RGB Variations
Color information
#D708B1 (or 0xD708B1) is known color: Deep Magenta. HEX triplet: D7, 08 and B1. RGB value is (215,8,177). Sum of RGB (Red+Green+Blue) = 215+8+177=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D708B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D708B1 is #28F74E. Grayscale: #585858. Windows color (decimal): -2684751 or 11602135. OLE color: 11602135.
HSL color Cylindrical-coordinate representation of color #D708B1: hue angle of 311.01º 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 #D708B1 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 177 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.16 |
| HSL | 311.01º | 0.93% | 0.44% | - |
| HSV(B) | 311.01º | 0.96% | 0.84% | - |
| XYZ | 36.05 | 17.8 | 43.13 | - |
| YUV | 89.16 | 177.58 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 177 | 0 | 0.96 | 0.18 | 0.16 | 311.01 | 0.93 | 0.44 |
| Hex | D7 | 8 | B1 | 0 | 60 | 12 | 10 | 137 | 5D | 2C |
| Octal | 327 | 10 | 261 | 0 | 140 | 22 | 20 | 467 | 135 | 54 |
| Binary | 11010111 | 1000 | 10110001 | 0 | 1100000 | 10010 | 10000 | 100110111 | 1011101 | 101100 |
Color Harmonies of #D708B1
Complementary color
Monochromatic Colors of #D708B1
Black with #D708B1
Text Example
Text Example
White with #D708B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708B1; }
p { color: rgb(215,8,177); }
H1.HeaderClassName
{
color: #D708B1;
}
.AnyTagClassName
{
color: #D708B1;
}
</style>
background-color css
<style>
a { background-color: #D708B1; }
a { background-color: rgb(215,8,177); }
div.DivClassName
{
background-color: #D708B1;
}
.BgClassName
{
background-color: #D708B1;
}
</style>
border-color css
<style>
span { border-color: #D708B1; }
span { border-color: rgb(215,8,177); }
td.TdClassName
{
border-color: #D708B1;
}
.TagClassName
{
border-color: #D708B1;
}
</style>