Shades of My Pink #D78885
Tints of My Pink #D78885
RGB
CMYK
RGB Variations
Color information
#D78885 (or 0xD78885) is known color: My Pink. HEX triplet: D7, 88 and 85. RGB value is (215,136,133). Sum of RGB (Red+Green+Blue) = 215+136+133=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D78885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78885 is #28777A. Grayscale: #9F9F9F. Windows color (decimal): -2652027 or 8751319. OLE color: 8751319.
HSL color Cylindrical-coordinate representation of color #D78885: hue angle of 2.2º 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 #D78885 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 133 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.16 |
| HSL | 2.2º | 0.51% | 0.68% | - |
| HSV(B) | 2.2º | 0.38% | 0.84% | - |
| XYZ | 41.06 | 33.75 | 26.54 | - |
| YUV | 159.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 133 | 0 | 0.37 | 0.38 | 0.16 | 2.2 | 0.51 | 0.68 |
| Hex | D7 | 88 | 85 | 0 | 25 | 26 | 10 | 2 | 33 | 44 |
| Octal | 327 | 210 | 205 | 0 | 45 | 46 | 20 | 2 | 63 | 104 |
| Binary | 11010111 | 10001000 | 10000101 | 0 | 100101 | 100110 | 10000 | 10 | 110011 | 1000100 |
Color Harmonies of #D78885
Complementary color
Monochromatic Colors of #D78885
Black with #D78885
Text Example
Text Example
White with #D78885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78885; }
p { color: rgb(215,136,133); }
H1.HeaderClassName
{
color: #D78885;
}
.AnyTagClassName
{
color: #D78885;
}
</style>
background-color css
<style>
a { background-color: #D78885; }
a { background-color: rgb(215,136,133); }
div.DivClassName
{
background-color: #D78885;
}
.BgClassName
{
background-color: #D78885;
}
</style>
border-color css
<style>
span { border-color: #D78885; }
span { border-color: rgb(215,136,133); }
td.TdClassName
{
border-color: #D78885;
}
.TagClassName
{
border-color: #D78885;
}
</style>