Shades of Deep Magenta #D708BC
Tints of Deep Magenta #D708BC
RGB
CMYK
RGB Variations
Color information
#D708BC (or 0xD708BC) is known color: Deep Magenta. HEX triplet: D7, 08 and BC. RGB value is (215,8,188). Sum of RGB (Red+Green+Blue) = 215+8+188=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D708BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708BC is #28F743. Grayscale: #595959. Windows color (decimal): -2684740 or 12323031. OLE color: 12323031.
HSL color Cylindrical-coordinate representation of color #D708BC: hue angle of 307.83º 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 #D708BC is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.16 |
| HSL | 307.83º | 0.93% | 0.44% | - |
| HSV(B) | 307.83º | 0.96% | 0.84% | - |
| XYZ | 37.19 | 18.25 | 49.14 | - |
| YUV | 90.41 | 183.08 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 188 | 0 | 0.96 | 0.13 | 0.16 | 307.83 | 0.93 | 0.44 |
| Hex | D7 | 8 | BC | 0 | 60 | D | 10 | 134 | 5D | 2C |
| Octal | 327 | 10 | 274 | 0 | 140 | 15 | 20 | 464 | 135 | 54 |
| Binary | 11010111 | 1000 | 10111100 | 0 | 1100000 | 1101 | 10000 | 100110100 | 1011101 | 101100 |
Color Harmonies of #D708BC
Complementary color
Monochromatic Colors of #D708BC
Black with #D708BC
Text Example
Text Example
White with #D708BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708BC; }
p { color: rgb(215,8,188); }
H1.HeaderClassName
{
color: #D708BC;
}
.AnyTagClassName
{
color: #D708BC;
}
</style>
background-color css
<style>
a { background-color: #D708BC; }
a { background-color: rgb(215,8,188); }
div.DivClassName
{
background-color: #D708BC;
}
.BgClassName
{
background-color: #D708BC;
}
</style>
border-color css
<style>
span { border-color: #D708BC; }
span { border-color: rgb(215,8,188); }
td.TdClassName
{
border-color: #D708BC;
}
.TagClassName
{
border-color: #D708BC;
}
</style>