Shades of My Pink #D8897F
Tints of My Pink #D8897F
RGB
CMYK
RGB Variations
Color information
#D8897F (or 0xD8897F) is known color: My Pink. HEX triplet: D8, 89 and 7F. RGB value is (216,137,127). Sum of RGB (Red+Green+Blue) = 216+137+127=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8897F is #277680. Grayscale: #9F9F9F. Windows color (decimal): -2586241 or 8358360. OLE color: 8358360.
HSL color Cylindrical-coordinate representation of color #D8897F: hue angle of 6.74º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8897F is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 127 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.15 |
| HSL | 6.74º | 0.53% | 0.67% | - |
| HSV(B) | 6.74º | 0.41% | 0.85% | - |
| XYZ | 41.1 | 34.02 | 24.48 | - |
| YUV | 159.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 127 | 0 | 0.37 | 0.41 | 0.15 | 6.74 | 0.53 | 0.67 |
| Hex | D8 | 89 | 7F | 0 | 25 | 29 | F | 7 | 35 | 43 |
| Octal | 330 | 211 | 177 | 0 | 45 | 51 | 17 | 7 | 65 | 103 |
| Binary | 11011000 | 10001001 | 1111111 | 0 | 100101 | 101001 | 1111 | 111 | 110101 | 1000011 |
Color Harmonies of #D8897F
Complementary color
Monochromatic Colors of #D8897F
Black with #D8897F
Text Example
Text Example
White with #D8897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8897F; }
p { color: rgb(216,137,127); }
H1.HeaderClassName
{
color: #D8897F;
}
.AnyTagClassName
{
color: #D8897F;
}
</style>
background-color css
<style>
a { background-color: #D8897F; }
a { background-color: rgb(216,137,127); }
div.DivClassName
{
background-color: #D8897F;
}
.BgClassName
{
background-color: #D8897F;
}
</style>
border-color css
<style>
span { border-color: #D8897F; }
span { border-color: rgb(216,137,127); }
td.TdClassName
{
border-color: #D8897F;
}
.TagClassName
{
border-color: #D8897F;
}
</style>