Shades of Deep Magenta #D708BA
Tints of Deep Magenta #D708BA
RGB
CMYK
RGB Variations
Color information
#D708BA (or 0xD708BA) is known color: Deep Magenta. HEX triplet: D7, 08 and BA. RGB value is (215,8,186). Sum of RGB (Red+Green+Blue) = 215+8+186=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D708BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708BA is #28F745. Grayscale: #595959. Windows color (decimal): -2684742 or 12191959. OLE color: 12191959.
HSL color Cylindrical-coordinate representation of color #D708BA: hue angle of 308.41º 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 #D708BA is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 186 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.16 |
| HSL | 308.41º | 0.93% | 0.44% | - |
| HSV(B) | 308.41º | 0.96% | 0.84% | - |
| XYZ | 36.97 | 18.17 | 48.01 | - |
| YUV | 90.19 | 182.08 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 186 | 0 | 0.96 | 0.13 | 0.16 | 308.41 | 0.93 | 0.44 |
| Hex | D7 | 8 | BA | 0 | 60 | D | 10 | 134 | 5D | 2C |
| Octal | 327 | 10 | 272 | 0 | 140 | 15 | 20 | 464 | 135 | 54 |
| Binary | 11010111 | 1000 | 10111010 | 0 | 1100000 | 1101 | 10000 | 100110100 | 1011101 | 101100 |
Color Harmonies of #D708BA
Complementary color
Monochromatic Colors of #D708BA
Black with #D708BA
Text Example
Text Example
White with #D708BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708BA; }
p { color: rgb(215,8,186); }
H1.HeaderClassName
{
color: #D708BA;
}
.AnyTagClassName
{
color: #D708BA;
}
</style>
background-color css
<style>
a { background-color: #D708BA; }
a { background-color: rgb(215,8,186); }
div.DivClassName
{
background-color: #D708BA;
}
.BgClassName
{
background-color: #D708BA;
}
</style>
border-color css
<style>
span { border-color: #D708BA; }
span { border-color: rgb(215,8,186); }
td.TdClassName
{
border-color: #D708BA;
}
.TagClassName
{
border-color: #D708BA;
}
</style>