Shades of Deep Magenta #D704D6
Tints of Deep Magenta #D704D6
RGB
CMYK
RGB Variations
Color information
#D704D6 (or 0xD704D6) is known color: Deep Magenta. HEX triplet: D7, 04 and D6. RGB value is (215,4,214). Sum of RGB (Red+Green+Blue) = 215+4+214=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D704D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704D6 is #28FB29. Grayscale: #5A5A5A. Windows color (decimal): -2685738 or 14025943. OLE color: 14025943.
HSL color Cylindrical-coordinate representation of color #D704D6: hue angle of 300.28º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D704D6 is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 214 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.16 |
| HSL | 300.28º | 0.96% | 0.43% | - |
| HSV(B) | 300.28º | 0.98% | 0.84% | - |
| XYZ | 40.21 | 19.39 | 65.24 | - |
| YUV | 91.03 | 197.4 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 214 | 0 | 0.98 | 0.00 | 0.16 | 300.28 | 0.96 | 0.43 |
| Hex | D7 | 4 | D6 | 0 | 62 | 0 | 10 | 12C | 60 | 2B |
| Octal | 327 | 4 | 326 | 0 | 142 | 0 | 20 | 454 | 140 | 53 |
| Binary | 11010111 | 100 | 11010110 | 0 | 1100010 | 0 | 10000 | 100101100 | 1100000 | 101011 |
Color Harmonies of #D704D6
Complementary color
Monochromatic Colors of #D704D6
Black with #D704D6
Text Example
Text Example
White with #D704D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704D6; }
p { color: rgb(215,4,214); }
H1.HeaderClassName
{
color: #D704D6;
}
.AnyTagClassName
{
color: #D704D6;
}
</style>
background-color css
<style>
a { background-color: #D704D6; }
a { background-color: rgb(215,4,214); }
div.DivClassName
{
background-color: #D704D6;
}
.BgClassName
{
background-color: #D704D6;
}
</style>
border-color css
<style>
span { border-color: #D704D6; }
span { border-color: rgb(215,4,214); }
td.TdClassName
{
border-color: #D704D6;
}
.TagClassName
{
border-color: #D704D6;
}
</style>