Shades of My Pink #D78F87
Tints of My Pink #D78F87
RGB
CMYK
RGB Variations
Color information
#D78F87 (or 0xD78F87) is known color: My Pink. HEX triplet: D7, 8F and 87. RGB value is (215,143,135). Sum of RGB (Red+Green+Blue) = 215+143+135=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78F87 is #287078. Grayscale: #A3A3A3. Windows color (decimal): -2650233 or 8884183. OLE color: 8884183.
HSL color Cylindrical-coordinate representation of color #D78F87: hue angle of 6º 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 #D78F87 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 135 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.16 |
| HSL | 6º | 0.5% | 0.69% | - |
| HSV(B) | 6º | 0.37% | 0.84% | - |
| XYZ | 42.22 | 35.84 | 27.61 | - |
| YUV | 163.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 135 | 0 | 0.33 | 0.37 | 0.16 | 6 | 0.5 | 0.69 |
| Hex | D7 | 8F | 87 | 0 | 21 | 25 | 10 | 6 | 32 | 45 |
| Octal | 327 | 217 | 207 | 0 | 41 | 45 | 20 | 6 | 62 | 105 |
| Binary | 11010111 | 10001111 | 10000111 | 0 | 100001 | 100101 | 10000 | 110 | 110010 | 1000101 |
Color Harmonies of #D78F87
Complementary color
Monochromatic Colors of #D78F87
Black with #D78F87
Text Example
Text Example
White with #D78F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78F87; }
p { color: rgb(215,143,135); }
H1.HeaderClassName
{
color: #D78F87;
}
.AnyTagClassName
{
color: #D78F87;
}
</style>
background-color css
<style>
a { background-color: #D78F87; }
a { background-color: rgb(215,143,135); }
div.DivClassName
{
background-color: #D78F87;
}
.BgClassName
{
background-color: #D78F87;
}
</style>
border-color css
<style>
span { border-color: #D78F87; }
span { border-color: rgb(215,143,135); }
td.TdClassName
{
border-color: #D78F87;
}
.TagClassName
{
border-color: #D78F87;
}
</style>