Shades of Deep Magenta #D71DD3
Tints of Deep Magenta #D71DD3
RGB
CMYK
RGB Variations
Color information
#D71DD3 (or 0xD71DD3) is known color: Deep Magenta. HEX triplet: D7, 1D and D3. RGB value is (215,29,211). Sum of RGB (Red+Green+Blue) = 215+29+211=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DD3 is #28E22C. Grayscale: #686868. Windows color (decimal): -2679341 or 13835735. OLE color: 13835735.
HSL color Cylindrical-coordinate representation of color #D71DD3: hue angle of 301.29º 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 #D71DD3 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 211 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.16 |
| HSL | 301.29º | 0.76% | 0.48% | - |
| HSV(B) | 301.29º | 0.87% | 0.84% | - |
| XYZ | 40.22 | 20.03 | 63.37 | - |
| YUV | 105.36 | 187.62 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 211 | 0 | 0.87 | 0.02 | 0.16 | 301.29 | 0.76 | 0.48 |
| Hex | D7 | 1D | D3 | 0 | 57 | 2 | 10 | 12D | 4C | 30 |
| Octal | 327 | 35 | 323 | 0 | 127 | 2 | 20 | 455 | 114 | 60 |
| Binary | 11010111 | 11101 | 11010011 | 0 | 1010111 | 10 | 10000 | 100101101 | 1001100 | 110000 |
Color Harmonies of #D71DD3
Complementary color
Monochromatic Colors of #D71DD3
Black with #D71DD3
Text Example
Text Example
White with #D71DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DD3; }
p { color: rgb(215,29,211); }
H1.HeaderClassName
{
color: #D71DD3;
}
.AnyTagClassName
{
color: #D71DD3;
}
</style>
background-color css
<style>
a { background-color: #D71DD3; }
a { background-color: rgb(215,29,211); }
div.DivClassName
{
background-color: #D71DD3;
}
.BgClassName
{
background-color: #D71DD3;
}
</style>
border-color css
<style>
span { border-color: #D71DD3; }
span { border-color: rgb(215,29,211); }
td.TdClassName
{
border-color: #D71DD3;
}
.TagClassName
{
border-color: #D71DD3;
}
</style>