Shades of My Pink #D7897E
Tints of My Pink #D7897E
RGB
CMYK
RGB Variations
Color information
#D7897E (or 0xD7897E) is known color: My Pink. HEX triplet: D7, 89 and 7E. RGB value is (215,137,126). Sum of RGB (Red+Green+Blue) = 215+137+126=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7897E is #287681. Grayscale: #9F9F9F. Windows color (decimal): -2651778 or 8292823. OLE color: 8292823.
HSL color Cylindrical-coordinate representation of color #D7897E: hue angle of 7.42º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7897E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 126 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.16 |
| HSL | 7.42º | 0.53% | 0.67% | - |
| HSV(B) | 7.42º | 0.41% | 0.84% | - |
| XYZ | 40.74 | 33.84 | 24.12 | - |
| YUV | 159.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 126 | 0 | 0.36 | 0.41 | 0.16 | 7.42 | 0.53 | 0.67 |
| Hex | D7 | 89 | 7E | 0 | 24 | 29 | 10 | 7 | 35 | 43 |
| Octal | 327 | 211 | 176 | 0 | 44 | 51 | 20 | 7 | 65 | 103 |
| Binary | 11010111 | 10001001 | 1111110 | 0 | 100100 | 101001 | 10000 | 111 | 110101 | 1000011 |
Color Harmonies of #D7897E
Complementary color
Monochromatic Colors of #D7897E
Black with #D7897E
Text Example
Text Example
White with #D7897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7897E; }
p { color: rgb(215,137,126); }
H1.HeaderClassName
{
color: #D7897E;
}
.AnyTagClassName
{
color: #D7897E;
}
</style>
background-color css
<style>
a { background-color: #D7897E; }
a { background-color: rgb(215,137,126); }
div.DivClassName
{
background-color: #D7897E;
}
.BgClassName
{
background-color: #D7897E;
}
</style>
border-color css
<style>
span { border-color: #D7897E; }
span { border-color: rgb(215,137,126); }
td.TdClassName
{
border-color: #D7897E;
}
.TagClassName
{
border-color: #D7897E;
}
</style>