Shades of Deep Magenta #D702E1
Tints of Deep Magenta #D702E1
RGB
CMYK
RGB Variations
Color information
#D702E1 (or 0xD702E1) is known color: Deep Magenta. HEX triplet: D7, 02 and E1. RGB value is (215,2,225). Sum of RGB (Red+Green+Blue) = 215+2+225=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 2 (1.17% from 255 or 0.45% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #D702E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702E1 is #28FD1E. Grayscale: #5A5A5A. Windows color (decimal): -2686239 or 14746327. OLE color: 14746327.
HSL color Cylindrical-coordinate representation of color #D702E1: hue angle of 297.31º degrees, saturation: 0.98, 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 #D702E1 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 2 | 225 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.12 |
| HSL | 297.31º | 0.98% | 0.45% | - |
| HSV(B) | 297.31º | 0.99% | 0.88% | - |
| XYZ | 41.64 | 19.93 | 72.89 | - |
| YUV | 91.11 | 203.57 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 225 | 0.04 | 0.99 | 0 | 0.12 | 297.31 | 0.98 | 0.45 |
| Hex | D7 | 2 | E1 | 4 | 63 | 0 | C | 129 | 62 | 2D |
| Octal | 327 | 2 | 341 | 4 | 143 | 0 | 14 | 451 | 142 | 55 |
| Binary | 11010111 | 10 | 11100001 | 100 | 1100011 | 0 | 1100 | 100101001 | 1100010 | 101101 |
Color Harmonies of #D702E1
Complementary color
Monochromatic Colors of #D702E1
Black with #D702E1
Text Example
Text Example
White with #D702E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702E1; }
p { color: rgb(215,2,225); }
H1.HeaderClassName
{
color: #D702E1;
}
.AnyTagClassName
{
color: #D702E1;
}
</style>
background-color css
<style>
a { background-color: #D702E1; }
a { background-color: rgb(215,2,225); }
div.DivClassName
{
background-color: #D702E1;
}
.BgClassName
{
background-color: #D702E1;
}
</style>
border-color css
<style>
span { border-color: #D702E1; }
span { border-color: rgb(215,2,225); }
td.TdClassName
{
border-color: #D702E1;
}
.TagClassName
{
border-color: #D702E1;
}
</style>