Shades of Deep Magenta #D71EC1
Tints of Deep Magenta #D71EC1
RGB
CMYK
RGB Variations
Color information
#D71EC1 (or 0xD71EC1) is known color: Deep Magenta. HEX triplet: D7, 1E and C1. RGB value is (215,30,193). Sum of RGB (Red+Green+Blue) = 215+30+193=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EC1 is #28E13E. Grayscale: #676767. Windows color (decimal): -2679103 or 12656343. OLE color: 12656343.
HSL color Cylindrical-coordinate representation of color #D71EC1: hue angle of 307.14º 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 #D71EC1 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 193 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.16 |
| HSL | 307.14º | 0.76% | 0.48% | - |
| HSV(B) | 307.14º | 0.86% | 0.84% | - |
| XYZ | 38.11 | 19.23 | 52.15 | - |
| YUV | 103.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 193 | 0 | 0.86 | 0.10 | 0.16 | 307.14 | 0.76 | 0.48 |
| Hex | D7 | 1E | C1 | 0 | 56 | A | 10 | 133 | 4C | 30 |
| Octal | 327 | 36 | 301 | 0 | 126 | 12 | 20 | 463 | 114 | 60 |
| Binary | 11010111 | 11110 | 11000001 | 0 | 1010110 | 1010 | 10000 | 100110011 | 1001100 | 110000 |
Color Harmonies of #D71EC1
Complementary color
Monochromatic Colors of #D71EC1
Black with #D71EC1
Text Example
Text Example
White with #D71EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EC1; }
p { color: rgb(215,30,193); }
H1.HeaderClassName
{
color: #D71EC1;
}
.AnyTagClassName
{
color: #D71EC1;
}
</style>
background-color css
<style>
a { background-color: #D71EC1; }
a { background-color: rgb(215,30,193); }
div.DivClassName
{
background-color: #D71EC1;
}
.BgClassName
{
background-color: #D71EC1;
}
</style>
border-color css
<style>
span { border-color: #D71EC1; }
span { border-color: rgb(215,30,193); }
td.TdClassName
{
border-color: #D71EC1;
}
.TagClassName
{
border-color: #D71EC1;
}
</style>