Shades of Solid Pink #8D4552
Tints of Solid Pink #8D4552
RGB
CMYK
RGB Variations
Color information
#8D4552 (or 0x8D4552) is known color: Solid Pink. HEX triplet: 8D, 45 and 52. RGB value is (141,69,82). Sum of RGB (Red+Green+Blue) = 141+69+82=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4552 is #72BAAD. Grayscale: #5C5C5C. Windows color (decimal): -7518894 or 5391757. OLE color: 5391757.
HSL color Cylindrical-coordinate representation of color #8D4552: hue angle of 349.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4552 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 82 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.45 |
| HSL | 349.17º | 0.34% | 0.41% | - |
| HSV(B) | 349.17º | 0.51% | 0.55% | - |
| XYZ | 14.64 | 10.53 | 9.24 | - |
| YUV | 92.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 82 | 0 | 0.51 | 0.42 | 0.45 | 349.17 | 0.34 | 0.41 |
| Hex | 8D | 45 | 52 | 0 | 33 | 2A | 2D | 15D | 22 | 29 |
| Octal | 215 | 105 | 122 | 0 | 63 | 52 | 55 | 535 | 42 | 51 |
| Binary | 10001101 | 1000101 | 1010010 | 0 | 110011 | 101010 | 101101 | 101011101 | 100010 | 101001 |
Color Harmonies of #8D4552
Complementary color
Monochromatic Colors of #8D4552
Black with #8D4552
Text Example
Text Example
White with #8D4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4552; }
p { color: rgb(141,69,82); }
H1.HeaderClassName
{
color: #8D4552;
}
.AnyTagClassName
{
color: #8D4552;
}
</style>
background-color css
<style>
a { background-color: #8D4552; }
a { background-color: rgb(141,69,82); }
div.DivClassName
{
background-color: #8D4552;
}
.BgClassName
{
background-color: #8D4552;
}
</style>
border-color css
<style>
span { border-color: #8D4552; }
span { border-color: rgb(141,69,82); }
td.TdClassName
{
border-color: #8D4552;
}
.TagClassName
{
border-color: #8D4552;
}
</style>