Shades of My Pink #D78E88
Tints of My Pink #D78E88
RGB
CMYK
RGB Variations
Color information
#D78E88 (or 0xD78E88) is known color: My Pink. HEX triplet: D7, 8E and 88. RGB value is (215,142,136). Sum of RGB (Red+Green+Blue) = 215+142+136=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78E88 is #287177. Grayscale: #A3A3A3. Windows color (decimal): -2650488 or 8949463. OLE color: 8949463.
HSL color Cylindrical-coordinate representation of color #D78E88: hue angle of 4.56º 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 #D78E88 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 136 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.16 |
| HSL | 4.56º | 0.5% | 0.69% | - |
| HSV(B) | 4.56º | 0.37% | 0.84% | - |
| XYZ | 42.14 | 35.57 | 27.94 | - |
| YUV | 163.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 136 | 0 | 0.34 | 0.37 | 0.16 | 4.56 | 0.5 | 0.69 |
| Hex | D7 | 8E | 88 | 0 | 22 | 25 | 10 | 5 | 32 | 45 |
| Octal | 327 | 216 | 210 | 0 | 42 | 45 | 20 | 5 | 62 | 105 |
| Binary | 11010111 | 10001110 | 10001000 | 0 | 100010 | 100101 | 10000 | 101 | 110010 | 1000101 |
Color Harmonies of #D78E88
Complementary color
Monochromatic Colors of #D78E88
Black with #D78E88
Text Example
Text Example
White with #D78E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E88; }
p { color: rgb(215,142,136); }
H1.HeaderClassName
{
color: #D78E88;
}
.AnyTagClassName
{
color: #D78E88;
}
</style>
background-color css
<style>
a { background-color: #D78E88; }
a { background-color: rgb(215,142,136); }
div.DivClassName
{
background-color: #D78E88;
}
.BgClassName
{
background-color: #D78E88;
}
</style>
border-color css
<style>
span { border-color: #D78E88; }
span { border-color: rgb(215,142,136); }
td.TdClassName
{
border-color: #D78E88;
}
.TagClassName
{
border-color: #D78E88;
}
</style>