Shades of Deep Magenta #D703E0
Tints of Deep Magenta #D703E0
RGB
CMYK
RGB Variations
Color information
#D703E0 (or 0xD703E0) is known color: Deep Magenta. HEX triplet: D7, 03 and E0. RGB value is (215,3,224). Sum of RGB (Red+Green+Blue) = 215+3+224=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #D703E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703E0 is #28FC1F. Grayscale: #5A5A5A. Windows color (decimal): -2685984 or 14681047. OLE color: 14681047.
HSL color Cylindrical-coordinate representation of color #D703E0: hue angle of 297.56º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703E0 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 3 | 224 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.12 |
| HSL | 297.56º | 0.97% | 0.45% | - |
| HSV(B) | 297.56º | 0.99% | 0.88% | - |
| XYZ | 41.51 | 19.89 | 72.17 | - |
| YUV | 91.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 224 | 0.04 | 0.99 | 0 | 0.12 | 297.56 | 0.97 | 0.45 |
| Hex | D7 | 3 | E0 | 4 | 63 | 0 | C | 12A | 61 | 2D |
| Octal | 327 | 3 | 340 | 4 | 143 | 0 | 14 | 452 | 141 | 55 |
| Binary | 11010111 | 11 | 11100000 | 100 | 1100011 | 0 | 1100 | 100101010 | 1100001 | 101101 |
Color Harmonies of #D703E0
Complementary color
Monochromatic Colors of #D703E0
Black with #D703E0
Text Example
Text Example
White with #D703E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703E0; }
p { color: rgb(215,3,224); }
H1.HeaderClassName
{
color: #D703E0;
}
.AnyTagClassName
{
color: #D703E0;
}
</style>
background-color css
<style>
a { background-color: #D703E0; }
a { background-color: rgb(215,3,224); }
div.DivClassName
{
background-color: #D703E0;
}
.BgClassName
{
background-color: #D703E0;
}
</style>
border-color css
<style>
span { border-color: #D703E0; }
span { border-color: rgb(215,3,224); }
td.TdClassName
{
border-color: #D703E0;
}
.TagClassName
{
border-color: #D703E0;
}
</style>