Shades of Deep Magenta #D710D4
Tints of Deep Magenta #D710D4
RGB
CMYK
RGB Variations
Color information
#D710D4 (or 0xD710D4) is known color: Deep Magenta. HEX triplet: D7, 10 and D4. RGB value is (215,16,212). Sum of RGB (Red+Green+Blue) = 215+16+212=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D710D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710D4 is #28EF2B. Grayscale: #616161. Windows color (decimal): -2682668 or 13897943. OLE color: 13897943.
HSL color Cylindrical-coordinate representation of color #D710D4: hue angle of 300.9º 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 #D710D4 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 212 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.16 |
| HSL | 300.9º | 0.86% | 0.45% | - |
| HSV(B) | 300.9º | 0.93% | 0.84% | - |
| XYZ | 40.09 | 19.57 | 63.95 | - |
| YUV | 97.85 | 192.43 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 212 | 0 | 0.93 | 0.01 | 0.16 | 300.9 | 0.86 | 0.45 |
| Hex | D7 | 10 | D4 | 0 | 5D | 1 | 10 | 12D | 56 | 2D |
| Octal | 327 | 20 | 324 | 0 | 135 | 1 | 20 | 455 | 126 | 55 |
| Binary | 11010111 | 10000 | 11010100 | 0 | 1011101 | 1 | 10000 | 100101101 | 1010110 | 101101 |
Color Harmonies of #D710D4
Complementary color
Monochromatic Colors of #D710D4
Black with #D710D4
Text Example
Text Example
White with #D710D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D710D4; }
p { color: rgb(215,16,212); }
H1.HeaderClassName
{
color: #D710D4;
}
.AnyTagClassName
{
color: #D710D4;
}
</style>
background-color css
<style>
a { background-color: #D710D4; }
a { background-color: rgb(215,16,212); }
div.DivClassName
{
background-color: #D710D4;
}
.BgClassName
{
background-color: #D710D4;
}
</style>
border-color css
<style>
span { border-color: #D710D4; }
span { border-color: rgb(215,16,212); }
td.TdClassName
{
border-color: #D710D4;
}
.TagClassName
{
border-color: #D710D4;
}
</style>