Shades of Deep Magenta #D71EC3
Tints of Deep Magenta #D71EC3
RGB
CMYK
RGB Variations
Color information
#D71EC3 (or 0xD71EC3) is known color: Deep Magenta. HEX triplet: D7, 1E and C3. RGB value is (215,30,195). Sum of RGB (Red+Green+Blue) = 215+30+195=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EC3 is #28E13C. Grayscale: #676767. Windows color (decimal): -2679101 or 12787415. OLE color: 12787415.
HSL color Cylindrical-coordinate representation of color #D71EC3: hue angle of 306.49º 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 #D71EC3 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 195 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.16 |
| HSL | 306.49º | 0.76% | 0.48% | - |
| HSV(B) | 306.49º | 0.86% | 0.84% | - |
| XYZ | 38.34 | 19.32 | 53.34 | - |
| YUV | 104.13 | 179.29 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 195 | 0 | 0.86 | 0.09 | 0.16 | 306.49 | 0.76 | 0.48 |
| Hex | D7 | 1E | C3 | 0 | 56 | 9 | 10 | 132 | 4C | 30 |
| Octal | 327 | 36 | 303 | 0 | 126 | 11 | 20 | 462 | 114 | 60 |
| Binary | 11010111 | 11110 | 11000011 | 0 | 1010110 | 1001 | 10000 | 100110010 | 1001100 | 110000 |
Color Harmonies of #D71EC3
Complementary color
Monochromatic Colors of #D71EC3
Black with #D71EC3
Text Example
Text Example
White with #D71EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EC3; }
p { color: rgb(215,30,195); }
H1.HeaderClassName
{
color: #D71EC3;
}
.AnyTagClassName
{
color: #D71EC3;
}
</style>
background-color css
<style>
a { background-color: #D71EC3; }
a { background-color: rgb(215,30,195); }
div.DivClassName
{
background-color: #D71EC3;
}
.BgClassName
{
background-color: #D71EC3;
}
</style>
border-color css
<style>
span { border-color: #D71EC3; }
span { border-color: rgb(215,30,195); }
td.TdClassName
{
border-color: #D71EC3;
}
.TagClassName
{
border-color: #D71EC3;
}
</style>