Shades of Deep Magenta #D71FC1
Tints of Deep Magenta #D71FC1
RGB
CMYK
RGB Variations
Color information
#D71FC1 (or 0xD71FC1) is known color: Deep Magenta. HEX triplet: D7, 1F and C1. RGB value is (215,31,193). Sum of RGB (Red+Green+Blue) = 215+31+193=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FC1 is #28E03E. Grayscale: #686868. Windows color (decimal): -2678847 or 12656599. OLE color: 12656599.
HSL color Cylindrical-coordinate representation of color #D71FC1: hue angle of 307.17º degrees, saturation: 0.75, 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 #D71FC1 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 193 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.16 |
| HSL | 307.17º | 0.75% | 0.48% | - |
| HSV(B) | 307.17º | 0.86% | 0.84% | - |
| XYZ | 38.14 | 19.28 | 52.16 | - |
| YUV | 104.48 | 177.96 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 193 | 0 | 0.86 | 0.10 | 0.16 | 307.17 | 0.75 | 0.48 |
| Hex | D7 | 1F | C1 | 0 | 56 | A | 10 | 133 | 4B | 30 |
| Octal | 327 | 37 | 301 | 0 | 126 | 12 | 20 | 463 | 113 | 60 |
| Binary | 11010111 | 11111 | 11000001 | 0 | 1010110 | 1010 | 10000 | 100110011 | 1001011 | 110000 |
Color Harmonies of #D71FC1
Complementary color
Monochromatic Colors of #D71FC1
Black with #D71FC1
Text Example
Text Example
White with #D71FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71FC1; }
p { color: rgb(215,31,193); }
H1.HeaderClassName
{
color: #D71FC1;
}
.AnyTagClassName
{
color: #D71FC1;
}
</style>
background-color css
<style>
a { background-color: #D71FC1; }
a { background-color: rgb(215,31,193); }
div.DivClassName
{
background-color: #D71FC1;
}
.BgClassName
{
background-color: #D71FC1;
}
</style>
border-color css
<style>
span { border-color: #D71FC1; }
span { border-color: rgb(215,31,193); }
td.TdClassName
{
border-color: #D71FC1;
}
.TagClassName
{
border-color: #D71FC1;
}
</style>