Shades of Deep Magenta #D71ADC
Tints of Deep Magenta #D71ADC
RGB
CMYK
RGB Variations
Color information
#D71ADC (or 0xD71ADC) is known color: Deep Magenta. HEX triplet: D7, 1A and DC. RGB value is (215,26,220). Sum of RGB (Red+Green+Blue) = 215+26+220=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #D71ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ADC is #28E523. Grayscale: #686868. Windows color (decimal): -2680100 or 14424791. OLE color: 14424791.
HSL color Cylindrical-coordinate representation of color #D71ADC: hue angle of 298.45º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71ADC is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 26 | 220 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.14 |
| HSL | 298.45º | 0.79% | 0.48% | - |
| HSV(B) | 298.45º | 0.88% | 0.86% | - |
| XYZ | 41.31 | 20.35 | 69.46 | - |
| YUV | 104.63 | 193.12 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 220 | 0.02 | 0.88 | 0 | 0.14 | 298.45 | 0.79 | 0.48 |
| Hex | D7 | 1A | DC | 2 | 58 | 0 | E | 12A | 4F | 30 |
| Octal | 327 | 32 | 334 | 2 | 130 | 0 | 16 | 452 | 117 | 60 |
| Binary | 11010111 | 11010 | 11011100 | 10 | 1011000 | 0 | 1110 | 100101010 | 1001111 | 110000 |
Color Harmonies of #D71ADC
Complementary color
Monochromatic Colors of #D71ADC
Black with #D71ADC
Text Example
Text Example
White with #D71ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71ADC; }
p { color: rgb(215,26,220); }
H1.HeaderClassName
{
color: #D71ADC;
}
.AnyTagClassName
{
color: #D71ADC;
}
</style>
background-color css
<style>
a { background-color: #D71ADC; }
a { background-color: rgb(215,26,220); }
div.DivClassName
{
background-color: #D71ADC;
}
.BgClassName
{
background-color: #D71ADC;
}
</style>
border-color css
<style>
span { border-color: #D71ADC; }
span { border-color: rgb(215,26,220); }
td.TdClassName
{
border-color: #D71ADC;
}
.TagClassName
{
border-color: #D71ADC;
}
</style>