Shades of Deep Magenta #D710B7
Tints of Deep Magenta #D710B7
RGB
CMYK
RGB Variations
Color information
#D710B7 (or 0xD710B7) is known color: Deep Magenta. HEX triplet: D7, 10 and B7. RGB value is (215,16,183). Sum of RGB (Red+Green+Blue) = 215+16+183=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D710B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710B7 is #28EF48. Grayscale: #5E5E5E. Windows color (decimal): -2682697 or 11997399. OLE color: 11997399.
HSL color Cylindrical-coordinate representation of color #D710B7: hue angle of 309.65º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D710B7 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 183 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.16 |
| HSL | 309.65º | 0.86% | 0.45% | - |
| HSV(B) | 309.65º | 0.93% | 0.84% | - |
| XYZ | 36.76 | 18.24 | 46.38 | - |
| YUV | 94.54 | 177.93 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 183 | 0 | 0.93 | 0.15 | 0.16 | 309.65 | 0.86 | 0.45 |
| Hex | D7 | 10 | B7 | 0 | 5D | F | 10 | 136 | 56 | 2D |
| Octal | 327 | 20 | 267 | 0 | 135 | 17 | 20 | 466 | 126 | 55 |
| Binary | 11010111 | 10000 | 10110111 | 0 | 1011101 | 1111 | 10000 | 100110110 | 1010110 | 101101 |
Color Harmonies of #D710B7
Complementary color
Monochromatic Colors of #D710B7
Black with #D710B7
Text Example
Text Example
White with #D710B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D710B7; }
p { color: rgb(215,16,183); }
H1.HeaderClassName
{
color: #D710B7;
}
.AnyTagClassName
{
color: #D710B7;
}
</style>
background-color css
<style>
a { background-color: #D710B7; }
a { background-color: rgb(215,16,183); }
div.DivClassName
{
background-color: #D710B7;
}
.BgClassName
{
background-color: #D710B7;
}
</style>
border-color css
<style>
span { border-color: #D710B7; }
span { border-color: rgb(215,16,183); }
td.TdClassName
{
border-color: #D710B7;
}
.TagClassName
{
border-color: #D710B7;
}
</style>