Shades of Deep Magenta #D704D3
Tints of Deep Magenta #D704D3
RGB
CMYK
RGB Variations
Color information
#D704D3 (or 0xD704D3) is known color: Deep Magenta. HEX triplet: D7, 04 and D3. RGB value is (215,4,211). Sum of RGB (Red+Green+Blue) = 215+4+211=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D704D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704D3 is #28FB2C. Grayscale: #5A5A5A. Windows color (decimal): -2685741 or 13829335. OLE color: 13829335.
HSL color Cylindrical-coordinate representation of color #D704D3: hue angle of 301.14º 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 #D704D3 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 211 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.16 |
| HSL | 301.14º | 0.96% | 0.43% | - |
| HSV(B) | 301.14º | 0.98% | 0.84% | - |
| XYZ | 39.83 | 19.24 | 63.24 | - |
| YUV | 90.69 | 195.9 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 211 | 0 | 0.98 | 0.02 | 0.16 | 301.14 | 0.96 | 0.43 |
| Hex | D7 | 4 | D3 | 0 | 62 | 2 | 10 | 12D | 60 | 2B |
| Octal | 327 | 4 | 323 | 0 | 142 | 2 | 20 | 455 | 140 | 53 |
| Binary | 11010111 | 100 | 11010011 | 0 | 1100010 | 10 | 10000 | 100101101 | 1100000 | 101011 |
Color Harmonies of #D704D3
Complementary color
Monochromatic Colors of #D704D3
Black with #D704D3
Text Example
Text Example
White with #D704D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704D3; }
p { color: rgb(215,4,211); }
H1.HeaderClassName
{
color: #D704D3;
}
.AnyTagClassName
{
color: #D704D3;
}
</style>
background-color css
<style>
a { background-color: #D704D3; }
a { background-color: rgb(215,4,211); }
div.DivClassName
{
background-color: #D704D3;
}
.BgClassName
{
background-color: #D704D3;
}
</style>
border-color css
<style>
span { border-color: #D704D3; }
span { border-color: rgb(215,4,211); }
td.TdClassName
{
border-color: #D704D3;
}
.TagClassName
{
border-color: #D704D3;
}
</style>