Shades of Deep Magenta #D704DC
Tints of Deep Magenta #D704DC
RGB
CMYK
RGB Variations
Color information
#D704DC (or 0xD704DC) is known color: Deep Magenta. HEX triplet: D7, 04 and DC. RGB value is (215,4,220). Sum of RGB (Red+Green+Blue) = 215+4+220=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #D704DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704DC is #28FB23. Grayscale: #5B5B5B. Windows color (decimal): -2685732 or 14419159. OLE color: 14419159.
HSL color Cylindrical-coordinate representation of color #D704DC: hue angle of 298.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D704DC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 4 | 220 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.14 |
| HSL | 298.61º | 0.96% | 0.44% | - |
| HSV(B) | 298.61º | 0.98% | 0.86% | - |
| XYZ | 40.99 | 19.7 | 69.35 | - |
| YUV | 91.71 | 200.4 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 220 | 0.02 | 0.98 | 0 | 0.14 | 298.61 | 0.96 | 0.44 |
| Hex | D7 | 4 | DC | 2 | 62 | 0 | E | 12B | 60 | 2C |
| Octal | 327 | 4 | 334 | 2 | 142 | 0 | 16 | 453 | 140 | 54 |
| Binary | 11010111 | 100 | 11011100 | 10 | 1100010 | 0 | 1110 | 100101011 | 1100000 | 101100 |
Color Harmonies of #D704DC
Complementary color
Monochromatic Colors of #D704DC
Black with #D704DC
Text Example
Text Example
White with #D704DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704DC; }
p { color: rgb(215,4,220); }
H1.HeaderClassName
{
color: #D704DC;
}
.AnyTagClassName
{
color: #D704DC;
}
</style>
background-color css
<style>
a { background-color: #D704DC; }
a { background-color: rgb(215,4,220); }
div.DivClassName
{
background-color: #D704DC;
}
.BgClassName
{
background-color: #D704DC;
}
</style>
border-color css
<style>
span { border-color: #D704DC; }
span { border-color: rgb(215,4,220); }
td.TdClassName
{
border-color: #D704DC;
}
.TagClassName
{
border-color: #D704DC;
}
</style>