Shades of Deep Magenta #D71AC6
Tints of Deep Magenta #D71AC6
RGB
CMYK
RGB Variations
Color information
#D71AC6 (or 0xD71AC6) is known color: Deep Magenta. HEX triplet: D7, 1A and C6. RGB value is (215,26,198). Sum of RGB (Red+Green+Blue) = 215+26+198=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71AC6 is #28E539. Grayscale: #656565. Windows color (decimal): -2680122 or 12982999. OLE color: 12982999.
HSL color Cylindrical-coordinate representation of color #D71AC6: hue angle of 305.4º 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 #D71AC6 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 198 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.16 |
| HSL | 305.4º | 0.78% | 0.47% | - |
| HSV(B) | 305.4º | 0.88% | 0.84% | - |
| XYZ | 38.59 | 19.26 | 55.11 | - |
| YUV | 102.12 | 182.12 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 198 | 0 | 0.88 | 0.08 | 0.16 | 305.4 | 0.78 | 0.47 |
| Hex | D7 | 1A | C6 | 0 | 58 | 8 | 10 | 131 | 4E | 2F |
| Octal | 327 | 32 | 306 | 0 | 130 | 10 | 20 | 461 | 116 | 57 |
| Binary | 11010111 | 11010 | 11000110 | 0 | 1011000 | 1000 | 10000 | 100110001 | 1001110 | 101111 |
Color Harmonies of #D71AC6
Complementary color
Monochromatic Colors of #D71AC6
Black with #D71AC6
Text Example
Text Example
White with #D71AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71AC6; }
p { color: rgb(215,26,198); }
H1.HeaderClassName
{
color: #D71AC6;
}
.AnyTagClassName
{
color: #D71AC6;
}
</style>
background-color css
<style>
a { background-color: #D71AC6; }
a { background-color: rgb(215,26,198); }
div.DivClassName
{
background-color: #D71AC6;
}
.BgClassName
{
background-color: #D71AC6;
}
</style>
border-color css
<style>
span { border-color: #D71AC6; }
span { border-color: rgb(215,26,198); }
td.TdClassName
{
border-color: #D71AC6;
}
.TagClassName
{
border-color: #D71AC6;
}
</style>