Shades of My Pink #D78E83
Tints of My Pink #D78E83
RGB
CMYK
RGB Variations
Color information
#D78E83 (or 0xD78E83) is known color: My Pink. HEX triplet: D7, 8E and 83. RGB value is (215,142,131). Sum of RGB (Red+Green+Blue) = 215+142+131=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78E83 is #28717C. Grayscale: #A2A2A2. Windows color (decimal): -2650493 or 8621783. OLE color: 8621783.
HSL color Cylindrical-coordinate representation of color #D78E83: hue angle of 7.86º 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 #D78E83 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 131 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.16 |
| HSL | 7.86º | 0.51% | 0.68% | - |
| HSV(B) | 7.86º | 0.39% | 0.84% | - |
| XYZ | 41.79 | 35.43 | 26.11 | - |
| YUV | 162.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 131 | 0 | 0.34 | 0.39 | 0.16 | 7.86 | 0.51 | 0.68 |
| Hex | D7 | 8E | 83 | 0 | 22 | 27 | 10 | 8 | 33 | 44 |
| Octal | 327 | 216 | 203 | 0 | 42 | 47 | 20 | 10 | 63 | 104 |
| Binary | 11010111 | 10001110 | 10000011 | 0 | 100010 | 100111 | 10000 | 1000 | 110011 | 1000100 |
Color Harmonies of #D78E83
Complementary color
Monochromatic Colors of #D78E83
Black with #D78E83
Text Example
Text Example
White with #D78E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E83; }
p { color: rgb(215,142,131); }
H1.HeaderClassName
{
color: #D78E83;
}
.AnyTagClassName
{
color: #D78E83;
}
</style>
background-color css
<style>
a { background-color: #D78E83; }
a { background-color: rgb(215,142,131); }
div.DivClassName
{
background-color: #D78E83;
}
.BgClassName
{
background-color: #D78E83;
}
</style>
border-color css
<style>
span { border-color: #D78E83; }
span { border-color: rgb(215,142,131); }
td.TdClassName
{
border-color: #D78E83;
}
.TagClassName
{
border-color: #D78E83;
}
</style>