Shades of Deep Magenta #D701E1
Tints of Deep Magenta #D701E1
RGB
CMYK
RGB Variations
Color information
#D701E1 (or 0xD701E1) is known color: Deep Magenta. HEX triplet: D7, 01 and E1. RGB value is (215,1,225). Sum of RGB (Red+Green+Blue) = 215+1+225=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #D701E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701E1 is #28FE1E. Grayscale: #595959. Windows color (decimal): -2686495 or 14746071. OLE color: 14746071.
HSL color Cylindrical-coordinate representation of color #D701E1: hue angle of 297.32º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701E1 is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 1 | 225 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.12 |
| HSL | 297.32º | 0.99% | 0.44% | - |
| HSV(B) | 297.32º | 1% | 0.88% | - |
| XYZ | 41.63 | 19.91 | 72.88 | - |
| YUV | 90.52 | 203.9 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 225 | 0.04 | 1.00 | 0 | 0.12 | 297.32 | 0.99 | 0.44 |
| Hex | D7 | 1 | E1 | 4 | 64 | 0 | C | 129 | 63 | 2C |
| Octal | 327 | 1 | 341 | 4 | 144 | 0 | 14 | 451 | 143 | 54 |
| Binary | 11010111 | 1 | 11100001 | 100 | 1100100 | 0 | 1100 | 100101001 | 1100011 | 101100 |
Color Harmonies of #D701E1
Complementary color
Monochromatic Colors of #D701E1
Black with #D701E1
Text Example
Text Example
White with #D701E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701E1; }
p { color: rgb(215,1,225); }
H1.HeaderClassName
{
color: #D701E1;
}
.AnyTagClassName
{
color: #D701E1;
}
</style>
background-color css
<style>
a { background-color: #D701E1; }
a { background-color: rgb(215,1,225); }
div.DivClassName
{
background-color: #D701E1;
}
.BgClassName
{
background-color: #D701E1;
}
</style>
border-color css
<style>
span { border-color: #D701E1; }
span { border-color: rgb(215,1,225); }
td.TdClassName
{
border-color: #D701E1;
}
.TagClassName
{
border-color: #D701E1;
}
</style>