Shades of Deep Magenta #D702D1
Tints of Deep Magenta #D702D1
RGB
CMYK
RGB Variations
Color information
#D702D1 (or 0xD702D1) is known color: Deep Magenta. HEX triplet: D7, 02 and D1. RGB value is (215,2,209). Sum of RGB (Red+Green+Blue) = 215+2+209=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D702D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702D1 is #28FD2E. Grayscale: #585858. Windows color (decimal): -2686255 or 13697751. OLE color: 13697751.
HSL color Cylindrical-coordinate representation of color #D702D1: hue angle of 301.69º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D702D1 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 209 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.16 |
| HSL | 301.69º | 0.98% | 0.43% | - |
| HSV(B) | 301.69º | 0.99% | 0.84% | - |
| XYZ | 39.55 | 19.09 | 61.92 | - |
| YUV | 89.29 | 195.57 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 209 | 0 | 0.99 | 0.03 | 0.16 | 301.69 | 0.98 | 0.43 |
| Hex | D7 | 2 | D1 | 0 | 63 | 3 | 10 | 12E | 62 | 2B |
| Octal | 327 | 2 | 321 | 0 | 143 | 3 | 20 | 456 | 142 | 53 |
| Binary | 11010111 | 10 | 11010001 | 0 | 1100011 | 11 | 10000 | 100101110 | 1100010 | 101011 |
Color Harmonies of #D702D1
Complementary color
Monochromatic Colors of #D702D1
Black with #D702D1
Text Example
Text Example
White with #D702D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702D1; }
p { color: rgb(215,2,209); }
H1.HeaderClassName
{
color: #D702D1;
}
.AnyTagClassName
{
color: #D702D1;
}
</style>
background-color css
<style>
a { background-color: #D702D1; }
a { background-color: rgb(215,2,209); }
div.DivClassName
{
background-color: #D702D1;
}
.BgClassName
{
background-color: #D702D1;
}
</style>
border-color css
<style>
span { border-color: #D702D1; }
span { border-color: rgb(215,2,209); }
td.TdClassName
{
border-color: #D702D1;
}
.TagClassName
{
border-color: #D702D1;
}
</style>