Shades of Disco #8D2D4E
Tints of Disco #8D2D4E
RGB
CMYK
RGB Variations
Color information
#8D2D4E (or 0x8D2D4E) is known color: Disco. HEX triplet: 8D, 2D and 4E. RGB value is (141,45,78). Sum of RGB (Red+Green+Blue) = 141+45+78=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2D4E is #72D2B1. Grayscale: #4D4D4D. Windows color (decimal): -7525042 or 5123469. OLE color: 5123469.
HSL color Cylindrical-coordinate representation of color #8D2D4E: hue angle of 339.38º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D2D4E is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 45 | 78 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.45 |
| HSL | 339.38º | 0.52% | 0.36% | - |
| HSV(B) | 339.38º | 0.68% | 0.55% | - |
| XYZ | 13.3 | 8.09 | 8.07 | - |
| YUV | 77.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 78 | 0 | 0.68 | 0.45 | 0.45 | 339.38 | 0.52 | 0.36 |
| Hex | 8D | 2D | 4E | 0 | 44 | 2D | 2D | 153 | 34 | 24 |
| Octal | 215 | 55 | 116 | 0 | 104 | 55 | 55 | 523 | 64 | 44 |
| Binary | 10001101 | 101101 | 1001110 | 0 | 1000100 | 101101 | 101101 | 101010011 | 110100 | 100100 |
Color Harmonies of #8D2D4E
Complementary color
Monochromatic Colors of #8D2D4E
Black with #8D2D4E
Text Example
Text Example
White with #8D2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2D4E; }
p { color: rgb(141,45,78); }
H1.HeaderClassName
{
color: #8D2D4E;
}
.AnyTagClassName
{
color: #8D2D4E;
}
</style>
background-color css
<style>
a { background-color: #8D2D4E; }
a { background-color: rgb(141,45,78); }
div.DivClassName
{
background-color: #8D2D4E;
}
.BgClassName
{
background-color: #8D2D4E;
}
</style>
border-color css
<style>
span { border-color: #8D2D4E; }
span { border-color: rgb(141,45,78); }
td.TdClassName
{
border-color: #8D2D4E;
}
.TagClassName
{
border-color: #8D2D4E;
}
</style>