Shades of My Pink #D78884
Tints of My Pink #D78884
RGB
CMYK
RGB Variations
Color information
#D78884 (or 0xD78884) is known color: My Pink. HEX triplet: D7, 88 and 84. RGB value is (215,136,132). Sum of RGB (Red+Green+Blue) = 215+136+132=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D78884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78884 is #28777B. Grayscale: #9F9F9F. Windows color (decimal): -2652028 or 8685783. OLE color: 8685783.
HSL color Cylindrical-coordinate representation of color #D78884: hue angle of 2.89º 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 #D78884 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 132 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.16 |
| HSL | 2.89º | 0.51% | 0.68% | - |
| HSV(B) | 2.89º | 0.39% | 0.84% | - |
| XYZ | 40.99 | 33.72 | 26.18 | - |
| YUV | 159.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 132 | 0 | 0.37 | 0.39 | 0.16 | 2.89 | 0.51 | 0.68 |
| Hex | D7 | 88 | 84 | 0 | 25 | 27 | 10 | 3 | 33 | 44 |
| Octal | 327 | 210 | 204 | 0 | 45 | 47 | 20 | 3 | 63 | 104 |
| Binary | 11010111 | 10001000 | 10000100 | 0 | 100101 | 100111 | 10000 | 11 | 110011 | 1000100 |
Color Harmonies of #D78884
Complementary color
Monochromatic Colors of #D78884
Black with #D78884
Text Example
Text Example
White with #D78884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78884; }
p { color: rgb(215,136,132); }
H1.HeaderClassName
{
color: #D78884;
}
.AnyTagClassName
{
color: #D78884;
}
</style>
background-color css
<style>
a { background-color: #D78884; }
a { background-color: rgb(215,136,132); }
div.DivClassName
{
background-color: #D78884;
}
.BgClassName
{
background-color: #D78884;
}
</style>
border-color css
<style>
span { border-color: #D78884; }
span { border-color: rgb(215,136,132); }
td.TdClassName
{
border-color: #D78884;
}
.TagClassName
{
border-color: #D78884;
}
</style>