Shades of My Pink #D78D83
Tints of My Pink #D78D83
RGB
CMYK
RGB Variations
Color information
#D78D83 (or 0xD78D83) is known color: My Pink. HEX triplet: D7, 8D and 83. RGB value is (215,141,131). Sum of RGB (Red+Green+Blue) = 215+141+131=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78D83 is #28727C. Grayscale: #A2A2A2. Windows color (decimal): -2650749 or 8621527. OLE color: 8621527.
HSL color Cylindrical-coordinate representation of color #D78D83: hue angle of 7.14º 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 #D78D83 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 131 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.16 |
| HSL | 7.14º | 0.51% | 0.68% | - |
| HSV(B) | 7.14º | 0.39% | 0.84% | - |
| XYZ | 41.65 | 35.14 | 26.06 | - |
| YUV | 161.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 131 | 0 | 0.34 | 0.39 | 0.16 | 7.14 | 0.51 | 0.68 |
| Hex | D7 | 8D | 83 | 0 | 22 | 27 | 10 | 7 | 33 | 44 |
| Octal | 327 | 215 | 203 | 0 | 42 | 47 | 20 | 7 | 63 | 104 |
| Binary | 11010111 | 10001101 | 10000011 | 0 | 100010 | 100111 | 10000 | 111 | 110011 | 1000100 |
Color Harmonies of #D78D83
Complementary color
Monochromatic Colors of #D78D83
Black with #D78D83
Text Example
Text Example
White with #D78D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78D83; }
p { color: rgb(215,141,131); }
H1.HeaderClassName
{
color: #D78D83;
}
.AnyTagClassName
{
color: #D78D83;
}
</style>
background-color css
<style>
a { background-color: #D78D83; }
a { background-color: rgb(215,141,131); }
div.DivClassName
{
background-color: #D78D83;
}
.BgClassName
{
background-color: #D78D83;
}
</style>
border-color css
<style>
span { border-color: #D78D83; }
span { border-color: rgb(215,141,131); }
td.TdClassName
{
border-color: #D78D83;
}
.TagClassName
{
border-color: #D78D83;
}
</style>