Shades of My Pink #D5887E
Tints of My Pink #D5887E
RGB
CMYK
RGB Variations
Color information
#D5887E (or 0xD5887E) is known color: My Pink. HEX triplet: D5, 88 and 7E. RGB value is (213,136,126). Sum of RGB (Red+Green+Blue) = 213+136+126=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5887E is #2A7781. Grayscale: #9E9E9E. Windows color (decimal): -2783106 or 8292565. OLE color: 8292565.
HSL color Cylindrical-coordinate representation of color #D5887E: hue angle of 6.9º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5887E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 126 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.16 |
| HSL | 6.9º | 0.51% | 0.66% | - |
| HSV(B) | 6.9º | 0.41% | 0.84% | - |
| XYZ | 40.01 | 33.26 | 24.05 | - |
| YUV | 157.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 126 | 0 | 0.36 | 0.41 | 0.16 | 6.9 | 0.51 | 0.66 |
| Hex | D5 | 88 | 7E | 0 | 24 | 29 | 10 | 7 | 33 | 42 |
| Octal | 325 | 210 | 176 | 0 | 44 | 51 | 20 | 7 | 63 | 102 |
| Binary | 11010101 | 10001000 | 1111110 | 0 | 100100 | 101001 | 10000 | 111 | 110011 | 1000010 |
Color Harmonies of #D5887E
Complementary color
Monochromatic Colors of #D5887E
Black with #D5887E
Text Example
Text Example
White with #D5887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5887E; }
p { color: rgb(213,136,126); }
H1.HeaderClassName
{
color: #D5887E;
}
.AnyTagClassName
{
color: #D5887E;
}
</style>
background-color css
<style>
a { background-color: #D5887E; }
a { background-color: rgb(213,136,126); }
div.DivClassName
{
background-color: #D5887E;
}
.BgClassName
{
background-color: #D5887E;
}
</style>
border-color css
<style>
span { border-color: #D5887E; }
span { border-color: rgb(213,136,126); }
td.TdClassName
{
border-color: #D5887E;
}
.TagClassName
{
border-color: #D5887E;
}
</style>