Shades of My Pink #D78F85
Tints of My Pink #D78F85
RGB
CMYK
RGB Variations
Color information
#D78F85 (or 0xD78F85) is known color: My Pink. HEX triplet: D7, 8F and 85. RGB value is (215,143,133). Sum of RGB (Red+Green+Blue) = 215+143+133=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78F85 is #28707A. Grayscale: #A3A3A3. Windows color (decimal): -2650235 or 8753111. OLE color: 8753111.
HSL color Cylindrical-coordinate representation of color #D78F85: hue angle of 7.32º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D78F85 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 133 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.16 |
| HSL | 7.32º | 0.51% | 0.68% | - |
| HSV(B) | 7.32º | 0.38% | 0.84% | - |
| XYZ | 42.08 | 35.79 | 26.88 | - |
| YUV | 163.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 133 | 0 | 0.33 | 0.38 | 0.16 | 7.32 | 0.51 | 0.68 |
| Hex | D7 | 8F | 85 | 0 | 21 | 26 | 10 | 7 | 33 | 44 |
| Octal | 327 | 217 | 205 | 0 | 41 | 46 | 20 | 7 | 63 | 104 |
| Binary | 11010111 | 10001111 | 10000101 | 0 | 100001 | 100110 | 10000 | 111 | 110011 | 1000100 |
Color Harmonies of #D78F85
Complementary color
Monochromatic Colors of #D78F85
Black with #D78F85
Text Example
Text Example
White with #D78F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78F85; }
p { color: rgb(215,143,133); }
H1.HeaderClassName
{
color: #D78F85;
}
.AnyTagClassName
{
color: #D78F85;
}
</style>
background-color css
<style>
a { background-color: #D78F85; }
a { background-color: rgb(215,143,133); }
div.DivClassName
{
background-color: #D78F85;
}
.BgClassName
{
background-color: #D78F85;
}
</style>
border-color css
<style>
span { border-color: #D78F85; }
span { border-color: rgb(215,143,133); }
td.TdClassName
{
border-color: #D78F85;
}
.TagClassName
{
border-color: #D78F85;
}
</style>