Shades of Deep Magenta #D71ED3
Tints of Deep Magenta #D71ED3
RGB
CMYK
RGB Variations
Color information
#D71ED3 (or 0xD71ED3) is known color: Deep Magenta. HEX triplet: D7, 1E and D3. RGB value is (215,30,211). Sum of RGB (Red+Green+Blue) = 215+30+211=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ED3 is #28E12C. Grayscale: #696969. Windows color (decimal): -2679085 or 13835991. OLE color: 13835991.
HSL color Cylindrical-coordinate representation of color #D71ED3: hue angle of 301.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71ED3 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 211 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.16 |
| HSL | 301.3º | 0.76% | 0.48% | - |
| HSV(B) | 301.3º | 0.86% | 0.84% | - |
| XYZ | 40.25 | 20.08 | 63.38 | - |
| YUV | 105.95 | 187.29 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 211 | 0 | 0.86 | 0.02 | 0.16 | 301.3 | 0.76 | 0.48 |
| Hex | D7 | 1E | D3 | 0 | 56 | 2 | 10 | 12D | 4C | 30 |
| Octal | 327 | 36 | 323 | 0 | 126 | 2 | 20 | 455 | 114 | 60 |
| Binary | 11010111 | 11110 | 11010011 | 0 | 1010110 | 10 | 10000 | 100101101 | 1001100 | 110000 |
Color Harmonies of #D71ED3
Complementary color
Monochromatic Colors of #D71ED3
Black with #D71ED3
Text Example
Text Example
White with #D71ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71ED3; }
p { color: rgb(215,30,211); }
H1.HeaderClassName
{
color: #D71ED3;
}
.AnyTagClassName
{
color: #D71ED3;
}
</style>
background-color css
<style>
a { background-color: #D71ED3; }
a { background-color: rgb(215,30,211); }
div.DivClassName
{
background-color: #D71ED3;
}
.BgClassName
{
background-color: #D71ED3;
}
</style>
border-color css
<style>
span { border-color: #D71ED3; }
span { border-color: rgb(215,30,211); }
td.TdClassName
{
border-color: #D71ED3;
}
.TagClassName
{
border-color: #D71ED3;
}
</style>