Shades of My Pink #D78B87
Tints of My Pink #D78B87
RGB
CMYK
RGB Variations
Color information
#D78B87 (or 0xD78B87) is known color: My Pink. HEX triplet: D7, 8B and 87. RGB value is (215,139,135). Sum of RGB (Red+Green+Blue) = 215+139+135=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78B87 is #287478. Grayscale: #A1A1A1. Windows color (decimal): -2651257 or 8883159. OLE color: 8883159.
HSL color Cylindrical-coordinate representation of color #D78B87: hue angle of 3º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D78B87 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 135 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.16 |
| HSL | 3º | 0.5% | 0.69% | - |
| HSV(B) | 3º | 0.37% | 0.84% | - |
| XYZ | 41.63 | 34.66 | 27.42 | - |
| YUV | 161.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 135 | 0 | 0.35 | 0.37 | 0.16 | 3 | 0.5 | 0.69 |
| Hex | D7 | 8B | 87 | 0 | 23 | 25 | 10 | 3 | 32 | 45 |
| Octal | 327 | 213 | 207 | 0 | 43 | 45 | 20 | 3 | 62 | 105 |
| Binary | 11010111 | 10001011 | 10000111 | 0 | 100011 | 100101 | 10000 | 11 | 110010 | 1000101 |
Color Harmonies of #D78B87
Complementary color
Monochromatic Colors of #D78B87
Black with #D78B87
Text Example
Text Example
White with #D78B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B87; }
p { color: rgb(215,139,135); }
H1.HeaderClassName
{
color: #D78B87;
}
.AnyTagClassName
{
color: #D78B87;
}
</style>
background-color css
<style>
a { background-color: #D78B87; }
a { background-color: rgb(215,139,135); }
div.DivClassName
{
background-color: #D78B87;
}
.BgClassName
{
background-color: #D78B87;
}
</style>
border-color css
<style>
span { border-color: #D78B87; }
span { border-color: rgb(215,139,135); }
td.TdClassName
{
border-color: #D78B87;
}
.TagClassName
{
border-color: #D78B87;
}
</style>