Shades of Hippie Pink #9D4D5A
Tints of Hippie Pink #9D4D5A
RGB
CMYK
RGB Variations
Color information
#9D4D5A (or 0x9D4D5A) is known color: Hippie Pink. HEX triplet: 9D, 4D and 5A. RGB value is (157,77,90). Sum of RGB (Red+Green+Blue) = 157+77+90=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D5A is #62B2A5. Grayscale: #666666. Windows color (decimal): -6468262 or 5918109. OLE color: 5918109.
HSL color Cylindrical-coordinate representation of color #9D4D5A: hue angle of 350.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D4D5A is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 90 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.38 |
| HSL | 350.25º | 0.34% | 0.46% | - |
| HSV(B) | 350.25º | 0.51% | 0.62% | - |
| XYZ | 18.4 | 13.21 | 11.25 | - |
| YUV | 102.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 90 | 0 | 0.51 | 0.43 | 0.38 | 350.25 | 0.34 | 0.46 |
| Hex | 9D | 4D | 5A | 0 | 33 | 2B | 26 | 15E | 22 | 2E |
| Octal | 235 | 115 | 132 | 0 | 63 | 53 | 46 | 536 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1011010 | 0 | 110011 | 101011 | 100110 | 101011110 | 100010 | 101110 |
Color Harmonies of #9D4D5A
Complementary color
Monochromatic Colors of #9D4D5A
Black with #9D4D5A
Text Example
Text Example
White with #9D4D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D5A; }
p { color: rgb(157,77,90); }
H1.HeaderClassName
{
color: #9D4D5A;
}
.AnyTagClassName
{
color: #9D4D5A;
}
</style>
background-color css
<style>
a { background-color: #9D4D5A; }
a { background-color: rgb(157,77,90); }
div.DivClassName
{
background-color: #9D4D5A;
}
.BgClassName
{
background-color: #9D4D5A;
}
</style>
border-color css
<style>
span { border-color: #9D4D5A; }
span { border-color: rgb(157,77,90); }
td.TdClassName
{
border-color: #9D4D5A;
}
.TagClassName
{
border-color: #9D4D5A;
}
</style>