Shades of Hippie Pink #9D4F57
Tints of Hippie Pink #9D4F57
RGB
CMYK
RGB Variations
Color information
#9D4F57 (or 0x9D4F57) is known color: Hippie Pink. HEX triplet: 9D, 4F and 57. RGB value is (157,79,87). Sum of RGB (Red+Green+Blue) = 157+79+87=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F57 is #62B0A8. Grayscale: #676767. Windows color (decimal): -6467753 or 5722013. OLE color: 5722013.
HSL color Cylindrical-coordinate representation of color #9D4F57: hue angle of 353.85º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4F57 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 79 | 87 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.38 |
| HSL | 353.85º | 0.33% | 0.46% | - |
| HSV(B) | 353.85º | 0.5% | 0.62% | - |
| XYZ | 18.42 | 13.45 | 10.64 | - |
| YUV | 103.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 79 | 87 | 0 | 0.50 | 0.45 | 0.38 | 353.85 | 0.33 | 0.46 |
| Hex | 9D | 4F | 57 | 0 | 32 | 2D | 26 | 162 | 21 | 2E |
| Octal | 235 | 117 | 127 | 0 | 62 | 55 | 46 | 542 | 41 | 56 |
| Binary | 10011101 | 1001111 | 1010111 | 0 | 110010 | 101101 | 100110 | 101100010 | 100001 | 101110 |
Color Harmonies of #9D4F57
Complementary color
Monochromatic Colors of #9D4F57
Black with #9D4F57
Text Example
Text Example
White with #9D4F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4F57; }
p { color: rgb(157,79,87); }
H1.HeaderClassName
{
color: #9D4F57;
}
.AnyTagClassName
{
color: #9D4F57;
}
</style>
background-color css
<style>
a { background-color: #9D4F57; }
a { background-color: rgb(157,79,87); }
div.DivClassName
{
background-color: #9D4F57;
}
.BgClassName
{
background-color: #9D4F57;
}
</style>
border-color css
<style>
span { border-color: #9D4F57; }
span { border-color: rgb(157,79,87); }
td.TdClassName
{
border-color: #9D4F57;
}
.TagClassName
{
border-color: #9D4F57;
}
</style>