Shades of My Pink #D78A84
Tints of My Pink #D78A84
RGB
CMYK
RGB Variations
Color information
#D78A84 (or 0xD78A84) is known color: My Pink. HEX triplet: D7, 8A and 84. RGB value is (215,138,132). Sum of RGB (Red+Green+Blue) = 215+138+132=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78A84 is #28757B. Grayscale: #A0A0A0. Windows color (decimal): -2651516 or 8686295. OLE color: 8686295.
HSL color Cylindrical-coordinate representation of color #D78A84: hue angle of 4.34º 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 #D78A84 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 132 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.16 |
| HSL | 4.34º | 0.51% | 0.68% | - |
| HSV(B) | 4.34º | 0.39% | 0.84% | - |
| XYZ | 41.28 | 34.29 | 26.27 | - |
| YUV | 160.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 132 | 0 | 0.36 | 0.39 | 0.16 | 4.34 | 0.51 | 0.68 |
| Hex | D7 | 8A | 84 | 0 | 24 | 27 | 10 | 4 | 33 | 44 |
| Octal | 327 | 212 | 204 | 0 | 44 | 47 | 20 | 4 | 63 | 104 |
| Binary | 11010111 | 10001010 | 10000100 | 0 | 100100 | 100111 | 10000 | 100 | 110011 | 1000100 |
Color Harmonies of #D78A84
Complementary color
Monochromatic Colors of #D78A84
Black with #D78A84
Text Example
Text Example
White with #D78A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78A84; }
p { color: rgb(215,138,132); }
H1.HeaderClassName
{
color: #D78A84;
}
.AnyTagClassName
{
color: #D78A84;
}
</style>
background-color css
<style>
a { background-color: #D78A84; }
a { background-color: rgb(215,138,132); }
div.DivClassName
{
background-color: #D78A84;
}
.BgClassName
{
background-color: #D78A84;
}
</style>
border-color css
<style>
span { border-color: #D78A84; }
span { border-color: rgb(215,138,132); }
td.TdClassName
{
border-color: #D78A84;
}
.TagClassName
{
border-color: #D78A84;
}
</style>