Shades of Deep Magenta #D71DC2
Tints of Deep Magenta #D71DC2
RGB
CMYK
RGB Variations
Color information
#D71DC2 (or 0xD71DC2) is known color: Deep Magenta. HEX triplet: D7, 1D and C2. RGB value is (215,29,194). Sum of RGB (Red+Green+Blue) = 215+29+194=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DC2 is #28E23D. Grayscale: #666666. Windows color (decimal): -2679358 or 12721623. OLE color: 12721623.
HSL color Cylindrical-coordinate representation of color #D71DC2: hue angle of 306.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DC2 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 194 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.16 |
| HSL | 306.77º | 0.76% | 0.48% | - |
| HSV(B) | 306.77º | 0.87% | 0.84% | - |
| XYZ | 38.2 | 19.22 | 52.74 | - |
| YUV | 103.42 | 179.12 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 194 | 0 | 0.87 | 0.10 | 0.16 | 306.77 | 0.76 | 0.48 |
| Hex | D7 | 1D | C2 | 0 | 57 | A | 10 | 133 | 4C | 30 |
| Octal | 327 | 35 | 302 | 0 | 127 | 12 | 20 | 463 | 114 | 60 |
| Binary | 11010111 | 11101 | 11000010 | 0 | 1010111 | 1010 | 10000 | 100110011 | 1001100 | 110000 |
Color Harmonies of #D71DC2
Complementary color
Monochromatic Colors of #D71DC2
Black with #D71DC2
Text Example
Text Example
White with #D71DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DC2; }
p { color: rgb(215,29,194); }
H1.HeaderClassName
{
color: #D71DC2;
}
.AnyTagClassName
{
color: #D71DC2;
}
</style>
background-color css
<style>
a { background-color: #D71DC2; }
a { background-color: rgb(215,29,194); }
div.DivClassName
{
background-color: #D71DC2;
}
.BgClassName
{
background-color: #D71DC2;
}
</style>
border-color css
<style>
span { border-color: #D71DC2; }
span { border-color: rgb(215,29,194); }
td.TdClassName
{
border-color: #D71DC2;
}
.TagClassName
{
border-color: #D71DC2;
}
</style>