Shades of Deep Magenta #D81ACD
Tints of Deep Magenta #D81ACD
RGB
CMYK
RGB Variations
Color information
#D81ACD (or 0xD81ACD) is known color: Deep Magenta. HEX triplet: D8, 1A and CD. RGB value is (216,26,205). Sum of RGB (Red+Green+Blue) = 216+26+205=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D81ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81ACD is #27E532. Grayscale: #666666. Windows color (decimal): -2614579 or 13441752. OLE color: 13441752.
HSL color Cylindrical-coordinate representation of color #D81ACD: hue angle of 303.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81ACD is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 205 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.15 |
| HSL | 303.47º | 0.79% | 0.47% | - |
| HSV(B) | 303.47º | 0.88% | 0.85% | - |
| XYZ | 39.71 | 19.75 | 59.48 | - |
| YUV | 103.22 | 185.45 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 205 | 0 | 0.88 | 0.05 | 0.15 | 303.47 | 0.79 | 0.47 |
| Hex | D8 | 1A | CD | 0 | 58 | 5 | F | 12F | 4F | 2F |
| Octal | 330 | 32 | 315 | 0 | 130 | 5 | 17 | 457 | 117 | 57 |
| Binary | 11011000 | 11010 | 11001101 | 0 | 1011000 | 101 | 1111 | 100101111 | 1001111 | 101111 |
Color Harmonies of #D81ACD
Complementary color
Monochromatic Colors of #D81ACD
Black with #D81ACD
Text Example
Text Example
White with #D81ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81ACD; }
p { color: rgb(216,26,205); }
H1.HeaderClassName
{
color: #D81ACD;
}
.AnyTagClassName
{
color: #D81ACD;
}
</style>
background-color css
<style>
a { background-color: #D81ACD; }
a { background-color: rgb(216,26,205); }
div.DivClassName
{
background-color: #D81ACD;
}
.BgClassName
{
background-color: #D81ACD;
}
</style>
border-color css
<style>
span { border-color: #D81ACD; }
span { border-color: rgb(216,26,205); }
td.TdClassName
{
border-color: #D81ACD;
}
.TagClassName
{
border-color: #D81ACD;
}
</style>