Shades of Deep Magenta #D71DCC
Tints of Deep Magenta #D71DCC
RGB
CMYK
RGB Variations
Color information
#D71DCC (or 0xD71DCC) is known color: Deep Magenta. HEX triplet: D7, 1D and CC. RGB value is (215,29,204). Sum of RGB (Red+Green+Blue) = 215+29+204=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DCC is #28E233. Grayscale: #686868. Windows color (decimal): -2679348 or 13376983. OLE color: 13376983.
HSL color Cylindrical-coordinate representation of color #D71DCC: hue angle of 303.55º 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 #D71DCC is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 204 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.16 |
| HSL | 303.55º | 0.76% | 0.48% | - |
| HSV(B) | 303.55º | 0.87% | 0.84% | - |
| XYZ | 39.36 | 19.69 | 58.85 | - |
| YUV | 104.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 204 | 0 | 0.87 | 0.05 | 0.16 | 303.55 | 0.76 | 0.48 |
| Hex | D7 | 1D | CC | 0 | 57 | 5 | 10 | 130 | 4C | 30 |
| Octal | 327 | 35 | 314 | 0 | 127 | 5 | 20 | 460 | 114 | 60 |
| Binary | 11010111 | 11101 | 11001100 | 0 | 1010111 | 101 | 10000 | 100110000 | 1001100 | 110000 |
Color Harmonies of #D71DCC
Complementary color
Monochromatic Colors of #D71DCC
Black with #D71DCC
Text Example
Text Example
White with #D71DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DCC; }
p { color: rgb(215,29,204); }
H1.HeaderClassName
{
color: #D71DCC;
}
.AnyTagClassName
{
color: #D71DCC;
}
</style>
background-color css
<style>
a { background-color: #D71DCC; }
a { background-color: rgb(215,29,204); }
div.DivClassName
{
background-color: #D71DCC;
}
.BgClassName
{
background-color: #D71DCC;
}
</style>
border-color css
<style>
span { border-color: #D71DCC; }
span { border-color: rgb(215,29,204); }
td.TdClassName
{
border-color: #D71DCC;
}
.TagClassName
{
border-color: #D71DCC;
}
</style>