Shades of Deep Magenta #D71AD0
Tints of Deep Magenta #D71AD0
RGB
CMYK
RGB Variations
Color information
#D71AD0 (or 0xD71AD0) is known color: Deep Magenta. HEX triplet: D7, 1A and D0. RGB value is (215,26,208). Sum of RGB (Red+Green+Blue) = 215+26+208=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71AD0 is #28E52F. Grayscale: #666666. Windows color (decimal): -2680112 or 13638359. OLE color: 13638359.
HSL color Cylindrical-coordinate representation of color #D71AD0: hue angle of 302.22º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71AD0 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 208 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.16 |
| HSL | 302.22º | 0.78% | 0.47% | - |
| HSV(B) | 302.22º | 0.88% | 0.84% | - |
| XYZ | 39.78 | 19.74 | 61.39 | - |
| YUV | 103.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 208 | 0 | 0.88 | 0.03 | 0.16 | 302.22 | 0.78 | 0.47 |
| Hex | D7 | 1A | D0 | 0 | 58 | 3 | 10 | 12E | 4E | 2F |
| Octal | 327 | 32 | 320 | 0 | 130 | 3 | 20 | 456 | 116 | 57 |
| Binary | 11010111 | 11010 | 11010000 | 0 | 1011000 | 11 | 10000 | 100101110 | 1001110 | 101111 |
Color Harmonies of #D71AD0
Complementary color
Monochromatic Colors of #D71AD0
Black with #D71AD0
Text Example
Text Example
White with #D71AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71AD0; }
p { color: rgb(215,26,208); }
H1.HeaderClassName
{
color: #D71AD0;
}
.AnyTagClassName
{
color: #D71AD0;
}
</style>
background-color css
<style>
a { background-color: #D71AD0; }
a { background-color: rgb(215,26,208); }
div.DivClassName
{
background-color: #D71AD0;
}
.BgClassName
{
background-color: #D71AD0;
}
</style>
border-color css
<style>
span { border-color: #D71AD0; }
span { border-color: rgb(215,26,208); }
td.TdClassName
{
border-color: #D71AD0;
}
.TagClassName
{
border-color: #D71AD0;
}
</style>