Shades of Dark Magenta #881488
Tints of Dark Magenta #881488
RGB
CMYK
RGB Variations
Color information
#881488 (or 0x881488) is known color: Dark Magenta. HEX triplet: 88, 14 and 88. RGB value is (136,20,136). Sum of RGB (Red+Green+Blue) = 136+20+136=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #881488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881488 is #77EB77. Grayscale: #434343. Windows color (decimal): -7859064 or 8918152. OLE color: 8918152.
HSL color Cylindrical-coordinate representation of color #881488: hue angle of 300º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881488 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 136 | - |
| CMYK | 0 | 0.85 | 0 | 0.47 |
| HSL | 300º | 0.74% | 0.31% | - |
| HSV(B) | 300º | 0.85% | 0.53% | - |
| XYZ | 14.85 | 7.51 | 23.96 | - |
| YUV | 67.91 | 166.43 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 136 | 0 | 0.85 | 0 | 0.47 | 300 | 0.74 | 0.31 |
| Hex | 88 | 14 | 88 | 0 | 55 | 0 | 2F | 12C | 4A | 1F |
| Octal | 210 | 24 | 210 | 0 | 125 | 0 | 57 | 454 | 112 | 37 |
| Binary | 10001000 | 10100 | 10001000 | 0 | 1010101 | 0 | 101111 | 100101100 | 1001010 | 11111 |
Color Harmonies of #881488
Complementary color
Monochromatic Colors of #881488
Black with #881488
Text Example
Text Example
White with #881488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881488; }
p { color: rgb(136,20,136); }
H1.HeaderClassName
{
color: #881488;
}
.AnyTagClassName
{
color: #881488;
}
</style>
background-color css
<style>
a { background-color: #881488; }
a { background-color: rgb(136,20,136); }
div.DivClassName
{
background-color: #881488;
}
.BgClassName
{
background-color: #881488;
}
</style>
border-color css
<style>
span { border-color: #881488; }
span { border-color: rgb(136,20,136); }
td.TdClassName
{
border-color: #881488;
}
.TagClassName
{
border-color: #881488;
}
</style>