Shades of My Pink #D78C87
Tints of My Pink #D78C87
RGB
CMYK
RGB Variations
Color information
#D78C87 (or 0xD78C87) is known color: My Pink. HEX triplet: D7, 8C and 87. RGB value is (215,140,135). Sum of RGB (Red+Green+Blue) = 215+140+135=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78C87 is #287378. Grayscale: #A1A1A1. Windows color (decimal): -2651001 or 8883415. OLE color: 8883415.
HSL color Cylindrical-coordinate representation of color #D78C87: hue angle of 3.75º 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 #D78C87 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 135 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.16 |
| HSL | 3.75º | 0.5% | 0.69% | - |
| HSV(B) | 3.75º | 0.37% | 0.84% | - |
| XYZ | 41.78 | 34.95 | 27.47 | - |
| YUV | 161.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 135 | 0 | 0.35 | 0.37 | 0.16 | 3.75 | 0.5 | 0.69 |
| Hex | D7 | 8C | 87 | 0 | 23 | 25 | 10 | 4 | 32 | 45 |
| Octal | 327 | 214 | 207 | 0 | 43 | 45 | 20 | 4 | 62 | 105 |
| Binary | 11010111 | 10001100 | 10000111 | 0 | 100011 | 100101 | 10000 | 100 | 110010 | 1000101 |
Color Harmonies of #D78C87
Complementary color
Monochromatic Colors of #D78C87
Black with #D78C87
Text Example
Text Example
White with #D78C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C87; }
p { color: rgb(215,140,135); }
H1.HeaderClassName
{
color: #D78C87;
}
.AnyTagClassName
{
color: #D78C87;
}
</style>
background-color css
<style>
a { background-color: #D78C87; }
a { background-color: rgb(215,140,135); }
div.DivClassName
{
background-color: #D78C87;
}
.BgClassName
{
background-color: #D78C87;
}
</style>
border-color css
<style>
span { border-color: #D78C87; }
span { border-color: rgb(215,140,135); }
td.TdClassName
{
border-color: #D78C87;
}
.TagClassName
{
border-color: #D78C87;
}
</style>