Shades of My Pink #D8897E
Tints of My Pink #D8897E
RGB
CMYK
RGB Variations
Color information
#D8897E (or 0xD8897E) is known color: My Pink. HEX triplet: D8, 89 and 7E. RGB value is (216,137,126). Sum of RGB (Red+Green+Blue) = 216+137+126=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8897E is #277681. Grayscale: #9F9F9F. Windows color (decimal): -2586242 or 8292824. OLE color: 8292824.
HSL color Cylindrical-coordinate representation of color #D8897E: hue angle of 7.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8897E is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 126 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.15 |
| HSL | 7.33º | 0.54% | 0.67% | - |
| HSV(B) | 7.33º | 0.42% | 0.85% | - |
| XYZ | 41.03 | 34 | 24.14 | - |
| YUV | 159.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 126 | 0 | 0.37 | 0.42 | 0.15 | 7.33 | 0.54 | 0.67 |
| Hex | D8 | 89 | 7E | 0 | 25 | 2A | F | 7 | 36 | 43 |
| Octal | 330 | 211 | 176 | 0 | 45 | 52 | 17 | 7 | 66 | 103 |
| Binary | 11011000 | 10001001 | 1111110 | 0 | 100101 | 101010 | 1111 | 111 | 110110 | 1000011 |
Color Harmonies of #D8897E
Complementary color
Monochromatic Colors of #D8897E
Black with #D8897E
Text Example
Text Example
White with #D8897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8897E; }
p { color: rgb(216,137,126); }
H1.HeaderClassName
{
color: #D8897E;
}
.AnyTagClassName
{
color: #D8897E;
}
</style>
background-color css
<style>
a { background-color: #D8897E; }
a { background-color: rgb(216,137,126); }
div.DivClassName
{
background-color: #D8897E;
}
.BgClassName
{
background-color: #D8897E;
}
</style>
border-color css
<style>
span { border-color: #D8897E; }
span { border-color: rgb(216,137,126); }
td.TdClassName
{
border-color: #D8897E;
}
.TagClassName
{
border-color: #D8897E;
}
</style>