Shades of My Pink #D78987
Tints of My Pink #D78987
RGB
CMYK
RGB Variations
Color information
#D78987 (or 0xD78987) is known color: My Pink. HEX triplet: D7, 89 and 87. RGB value is (215,137,135). Sum of RGB (Red+Green+Blue) = 215+137+135=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D78987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78987 is #287678. Grayscale: #A0A0A0. Windows color (decimal): -2651769 or 8882647. OLE color: 8882647.
HSL color Cylindrical-coordinate representation of color #D78987: hue angle of 1.5º 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 #D78987 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 135 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.16 |
| HSL | 1.5º | 0.5% | 0.69% | - |
| HSV(B) | 1.5º | 0.37% | 0.84% | - |
| XYZ | 41.34 | 34.09 | 27.32 | - |
| YUV | 160.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 135 | 0 | 0.36 | 0.37 | 0.16 | 1.5 | 0.5 | 0.69 |
| Hex | D7 | 89 | 87 | 0 | 24 | 25 | 10 | 2 | 32 | 45 |
| Octal | 327 | 211 | 207 | 0 | 44 | 45 | 20 | 2 | 62 | 105 |
| Binary | 11010111 | 10001001 | 10000111 | 0 | 100100 | 100101 | 10000 | 10 | 110010 | 1000101 |
Color Harmonies of #D78987
Complementary color
Monochromatic Colors of #D78987
Black with #D78987
Text Example
Text Example
White with #D78987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78987; }
p { color: rgb(215,137,135); }
H1.HeaderClassName
{
color: #D78987;
}
.AnyTagClassName
{
color: #D78987;
}
</style>
background-color css
<style>
a { background-color: #D78987; }
a { background-color: rgb(215,137,135); }
div.DivClassName
{
background-color: #D78987;
}
.BgClassName
{
background-color: #D78987;
}
</style>
border-color css
<style>
span { border-color: #D78987; }
span { border-color: rgb(215,137,135); }
td.TdClassName
{
border-color: #D78987;
}
.TagClassName
{
border-color: #D78987;
}
</style>