Shades of Disco #8D2F4E
Tints of Disco #8D2F4E
RGB
CMYK
RGB Variations
Color information
#8D2F4E (or 0x8D2F4E) is known color: Disco. HEX triplet: 8D, 2F and 4E. RGB value is (141,47,78). Sum of RGB (Red+Green+Blue) = 141+47+78=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2F4E is #72D0B1. Grayscale: #4E4E4E. Windows color (decimal): -7524530 or 5123981. OLE color: 5123981.
HSL color Cylindrical-coordinate representation of color #8D2F4E: hue angle of 340.21º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F4E is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 78 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.45 |
| HSL | 340.21º | 0.5% | 0.37% | - |
| HSV(B) | 340.21º | 0.67% | 0.55% | - |
| XYZ | 13.38 | 8.25 | 8.09 | - |
| YUV | 78.64 | 127.64 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 78 | 0 | 0.67 | 0.45 | 0.45 | 340.21 | 0.5 | 0.37 |
| Hex | 8D | 2F | 4E | 0 | 43 | 2D | 2D | 154 | 32 | 25 |
| Octal | 215 | 57 | 116 | 0 | 103 | 55 | 55 | 524 | 62 | 45 |
| Binary | 10001101 | 101111 | 1001110 | 0 | 1000011 | 101101 | 101101 | 101010100 | 110010 | 100101 |
Color Harmonies of #8D2F4E
Complementary color
Monochromatic Colors of #8D2F4E
Black with #8D2F4E
Text Example
Text Example
White with #8D2F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F4E; }
p { color: rgb(141,47,78); }
H1.HeaderClassName
{
color: #8D2F4E;
}
.AnyTagClassName
{
color: #8D2F4E;
}
</style>
background-color css
<style>
a { background-color: #8D2F4E; }
a { background-color: rgb(141,47,78); }
div.DivClassName
{
background-color: #8D2F4E;
}
.BgClassName
{
background-color: #8D2F4E;
}
</style>
border-color css
<style>
span { border-color: #8D2F4E; }
span { border-color: rgb(141,47,78); }
td.TdClassName
{
border-color: #8D2F4E;
}
.TagClassName
{
border-color: #8D2F4E;
}
</style>