Shades of Disco #88214C
Tints of Disco #88214C
RGB
CMYK
RGB Variations
Color information
#88214C (or 0x88214C) is known color: Disco. HEX triplet: 88, 21 and 4C. RGB value is (136,33,76). Sum of RGB (Red+Green+Blue) = 136+33+76=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88214C is #77DEB3. Grayscale: #444444. Windows color (decimal): -7855796 or 4989320. OLE color: 4989320.
HSL color Cylindrical-coordinate representation of color #88214C: hue angle of 334.95º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88214C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 76 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.47 |
| HSL | 334.95º | 0.61% | 0.33% | - |
| HSV(B) | 334.95º | 0.76% | 0.53% | - |
| XYZ | 12 | 6.84 | 7.53 | - |
| YUV | 68.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 76 | 0 | 0.76 | 0.44 | 0.47 | 334.95 | 0.61 | 0.33 |
| Hex | 88 | 21 | 4C | 0 | 4C | 2C | 2F | 14F | 3D | 21 |
| Octal | 210 | 41 | 114 | 0 | 114 | 54 | 57 | 517 | 75 | 41 |
| Binary | 10001000 | 100001 | 1001100 | 0 | 1001100 | 101100 | 101111 | 101001111 | 111101 | 100001 |
Color Harmonies of #88214C
Complementary color
Monochromatic Colors of #88214C
Black with #88214C
Text Example
Text Example
White with #88214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88214C; }
p { color: rgb(136,33,76); }
H1.HeaderClassName
{
color: #88214C;
}
.AnyTagClassName
{
color: #88214C;
}
</style>
background-color css
<style>
a { background-color: #88214C; }
a { background-color: rgb(136,33,76); }
div.DivClassName
{
background-color: #88214C;
}
.BgClassName
{
background-color: #88214C;
}
</style>
border-color css
<style>
span { border-color: #88214C; }
span { border-color: rgb(136,33,76); }
td.TdClassName
{
border-color: #88214C;
}
.TagClassName
{
border-color: #88214C;
}
</style>