Shades of My Pink #D78D84
Tints of My Pink #D78D84
RGB
CMYK
RGB Variations
Color information
#D78D84 (or 0xD78D84) is known color: My Pink. HEX triplet: D7, 8D and 84. RGB value is (215,141,132). Sum of RGB (Red+Green+Blue) = 215+141+132=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78D84 is #28727B. Grayscale: #A2A2A2. Windows color (decimal): -2650748 or 8687063. OLE color: 8687063.
HSL color Cylindrical-coordinate representation of color #D78D84: hue angle of 6.51º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78D84 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 132 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.16 |
| HSL | 6.51º | 0.51% | 0.68% | - |
| HSV(B) | 6.51º | 0.39% | 0.84% | - |
| XYZ | 41.71 | 35.16 | 26.42 | - |
| YUV | 162.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 132 | 0 | 0.34 | 0.39 | 0.16 | 6.51 | 0.51 | 0.68 |
| Hex | D7 | 8D | 84 | 0 | 22 | 27 | 10 | 7 | 33 | 44 |
| Octal | 327 | 215 | 204 | 0 | 42 | 47 | 20 | 7 | 63 | 104 |
| Binary | 11010111 | 10001101 | 10000100 | 0 | 100010 | 100111 | 10000 | 111 | 110011 | 1000100 |
Color Harmonies of #D78D84
Complementary color
Monochromatic Colors of #D78D84
Black with #D78D84
Text Example
Text Example
White with #D78D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78D84; }
p { color: rgb(215,141,132); }
H1.HeaderClassName
{
color: #D78D84;
}
.AnyTagClassName
{
color: #D78D84;
}
</style>
background-color css
<style>
a { background-color: #D78D84; }
a { background-color: rgb(215,141,132); }
div.DivClassName
{
background-color: #D78D84;
}
.BgClassName
{
background-color: #D78D84;
}
</style>
border-color css
<style>
span { border-color: #D78D84; }
span { border-color: rgb(215,141,132); }
td.TdClassName
{
border-color: #D78D84;
}
.TagClassName
{
border-color: #D78D84;
}
</style>