Shades of Deep Magenta #D71ACD
Tints of Deep Magenta #D71ACD
RGB
CMYK
RGB Variations
Color information
#D71ACD (or 0xD71ACD) is known color: Deep Magenta. HEX triplet: D7, 1A and CD. RGB value is (215,26,205). Sum of RGB (Red+Green+Blue) = 215+26+205=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ACD is #28E532. Grayscale: #666666. Windows color (decimal): -2680115 or 13441751. OLE color: 13441751.
HSL color Cylindrical-coordinate representation of color #D71ACD: hue angle of 303.17º 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 #D71ACD is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 205 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.16 |
| HSL | 303.17º | 0.78% | 0.47% | - |
| HSV(B) | 303.17º | 0.88% | 0.84% | - |
| XYZ | 39.41 | 19.59 | 59.46 | - |
| YUV | 102.92 | 185.62 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 205 | 0 | 0.88 | 0.05 | 0.16 | 303.17 | 0.78 | 0.47 |
| Hex | D7 | 1A | CD | 0 | 58 | 5 | 10 | 12F | 4E | 2F |
| Octal | 327 | 32 | 315 | 0 | 130 | 5 | 20 | 457 | 116 | 57 |
| Binary | 11010111 | 11010 | 11001101 | 0 | 1011000 | 101 | 10000 | 100101111 | 1001110 | 101111 |
Color Harmonies of #D71ACD
Complementary color
Monochromatic Colors of #D71ACD
Black with #D71ACD
Text Example
Text Example
White with #D71ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71ACD; }
p { color: rgb(215,26,205); }
H1.HeaderClassName
{
color: #D71ACD;
}
.AnyTagClassName
{
color: #D71ACD;
}
</style>
background-color css
<style>
a { background-color: #D71ACD; }
a { background-color: rgb(215,26,205); }
div.DivClassName
{
background-color: #D71ACD;
}
.BgClassName
{
background-color: #D71ACD;
}
</style>
border-color css
<style>
span { border-color: #D71ACD; }
span { border-color: rgb(215,26,205); }
td.TdClassName
{
border-color: #D71ACD;
}
.TagClassName
{
border-color: #D71ACD;
}
</style>