Shades of My Pink #D5887B
Tints of My Pink #D5887B
RGB
CMYK
RGB Variations
Color information
#D5887B (or 0xD5887B) is known color: My Pink. HEX triplet: D5, 88 and 7B. RGB value is (213,136,123). Sum of RGB (Red+Green+Blue) = 213+136+123=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5887B is #2A7784. Grayscale: #9D9D9D. Windows color (decimal): -2783109 or 8095957. OLE color: 8095957.
HSL color Cylindrical-coordinate representation of color #D5887B: hue angle of 8.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5887B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 123 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.16 |
| HSL | 8.67º | 0.52% | 0.66% | - |
| HSV(B) | 8.67º | 0.42% | 0.84% | - |
| XYZ | 39.82 | 33.18 | 23.05 | - |
| YUV | 157.54 | 108.51 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 123 | 0 | 0.36 | 0.42 | 0.16 | 8.67 | 0.52 | 0.66 |
| Hex | D5 | 88 | 7B | 0 | 24 | 2A | 10 | 9 | 34 | 42 |
| Octal | 325 | 210 | 173 | 0 | 44 | 52 | 20 | 11 | 64 | 102 |
| Binary | 11010101 | 10001000 | 1111011 | 0 | 100100 | 101010 | 10000 | 1001 | 110100 | 1000010 |
Color Harmonies of #D5887B
Complementary color
Monochromatic Colors of #D5887B
Black with #D5887B
Text Example
Text Example
White with #D5887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5887B; }
p { color: rgb(213,136,123); }
H1.HeaderClassName
{
color: #D5887B;
}
.AnyTagClassName
{
color: #D5887B;
}
</style>
background-color css
<style>
a { background-color: #D5887B; }
a { background-color: rgb(213,136,123); }
div.DivClassName
{
background-color: #D5887B;
}
.BgClassName
{
background-color: #D5887B;
}
</style>
border-color css
<style>
span { border-color: #D5887B; }
span { border-color: rgb(213,136,123); }
td.TdClassName
{
border-color: #D5887B;
}
.TagClassName
{
border-color: #D5887B;
}
</style>