Shades of Disco #8D2144
Tints of Disco #8D2144
RGB
CMYK
RGB Variations
Color information
#8D2144 (or 0x8D2144) is known color: Disco. HEX triplet: 8D, 21 and 44. RGB value is (141,33,68). Sum of RGB (Red+Green+Blue) = 141+33+68=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2144 is #72DEBB. Grayscale: #454545. Windows color (decimal): -7528124 or 4465037. OLE color: 4465037.
HSL color Cylindrical-coordinate representation of color #8D2144: hue angle of 340.56º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2144 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 68 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.45 |
| HSL | 340.56º | 0.62% | 0.34% | - |
| HSV(B) | 340.56º | 0.77% | 0.55% | - |
| XYZ | 12.57 | 7.17 | 6.19 | - |
| YUV | 69.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 68 | 0 | 0.77 | 0.52 | 0.45 | 340.56 | 0.62 | 0.34 |
| Hex | 8D | 21 | 44 | 0 | 4D | 34 | 2D | 155 | 3E | 22 |
| Octal | 215 | 41 | 104 | 0 | 115 | 64 | 55 | 525 | 76 | 42 |
| Binary | 10001101 | 100001 | 1000100 | 0 | 1001101 | 110100 | 101101 | 101010101 | 111110 | 100010 |
Color Harmonies of #8D2144
Complementary color
Monochromatic Colors of #8D2144
Black with #8D2144
Text Example
Text Example
White with #8D2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2144; }
p { color: rgb(141,33,68); }
H1.HeaderClassName
{
color: #8D2144;
}
.AnyTagClassName
{
color: #8D2144;
}
</style>
background-color css
<style>
a { background-color: #8D2144; }
a { background-color: rgb(141,33,68); }
div.DivClassName
{
background-color: #8D2144;
}
.BgClassName
{
background-color: #8D2144;
}
</style>
border-color css
<style>
span { border-color: #8D2144; }
span { border-color: rgb(141,33,68); }
td.TdClassName
{
border-color: #8D2144;
}
.TagClassName
{
border-color: #8D2144;
}
</style>