Shades of Dark Magenta #880DAC
Tints of Dark Magenta #880DAC
RGB
CMYK
RGB Variations
Color information
#880DAC (or 0x880DAC) is known color: Dark Magenta. HEX triplet: 88, 0D and AC. RGB value is (136,13,172). Sum of RGB (Red+Green+Blue) = 136+13+172=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #880DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880DAC is #77F253. Grayscale: #434343. Windows color (decimal): -7860820 or 11275656. OLE color: 11275656.
HSL color Cylindrical-coordinate representation of color #880DAC: hue angle of 286.42º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880DAC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 13 | 172 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.33 |
| HSL | 286.42º | 0.86% | 0.36% | - |
| HSV(B) | 286.42º | 0.92% | 0.67% | - |
| XYZ | 17.74 | 8.5 | 39.74 | - |
| YUV | 67.9 | 186.75 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 172 | 0.21 | 0.92 | 0 | 0.33 | 286.42 | 0.86 | 0.36 |
| Hex | 88 | D | AC | 15 | 5C | 0 | 21 | 11E | 56 | 24 |
| Octal | 210 | 15 | 254 | 25 | 134 | 0 | 41 | 436 | 126 | 44 |
| Binary | 10001000 | 1101 | 10101100 | 10101 | 1011100 | 0 | 100001 | 100011110 | 1010110 | 100100 |
Color Harmonies of #880DAC
Complementary color
Monochromatic Colors of #880DAC
Black with #880DAC
Text Example
Text Example
White with #880DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DAC; }
p { color: rgb(136,13,172); }
H1.HeaderClassName
{
color: #880DAC;
}
.AnyTagClassName
{
color: #880DAC;
}
</style>
background-color css
<style>
a { background-color: #880DAC; }
a { background-color: rgb(136,13,172); }
div.DivClassName
{
background-color: #880DAC;
}
.BgClassName
{
background-color: #880DAC;
}
</style>
border-color css
<style>
span { border-color: #880DAC; }
span { border-color: rgb(136,13,172); }
td.TdClassName
{
border-color: #880DAC;
}
.TagClassName
{
border-color: #880DAC;
}
</style>