Shades of My Pink #D78979
Tints of My Pink #D78979
RGB
CMYK
RGB Variations
Color information
#D78979 (or 0xD78979) is known color: My Pink. HEX triplet: D7, 89 and 79. RGB value is (215,137,121). Sum of RGB (Red+Green+Blue) = 215+137+121=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D78979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78979 is #287686. Grayscale: #9E9E9E. Windows color (decimal): -2651783 or 7965143. OLE color: 7965143.
HSL color Cylindrical-coordinate representation of color #D78979: hue angle of 10.21º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D78979 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 121 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.16 |
| HSL | 10.21º | 0.54% | 0.66% | - |
| HSV(B) | 10.21º | 0.44% | 0.84% | - |
| XYZ | 40.42 | 33.72 | 22.47 | - |
| YUV | 158.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 121 | 0 | 0.36 | 0.44 | 0.16 | 10.21 | 0.54 | 0.66 |
| Hex | D7 | 89 | 79 | 0 | 24 | 2C | 10 | A | 36 | 42 |
| Octal | 327 | 211 | 171 | 0 | 44 | 54 | 20 | 12 | 66 | 102 |
| Binary | 11010111 | 10001001 | 1111001 | 0 | 100100 | 101100 | 10000 | 1010 | 110110 | 1000010 |
Color Harmonies of #D78979
Complementary color
Monochromatic Colors of #D78979
Black with #D78979
Text Example
Text Example
White with #D78979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78979; }
p { color: rgb(215,137,121); }
H1.HeaderClassName
{
color: #D78979;
}
.AnyTagClassName
{
color: #D78979;
}
</style>
background-color css
<style>
a { background-color: #D78979; }
a { background-color: rgb(215,137,121); }
div.DivClassName
{
background-color: #D78979;
}
.BgClassName
{
background-color: #D78979;
}
</style>
border-color css
<style>
span { border-color: #D78979; }
span { border-color: rgb(215,137,121); }
td.TdClassName
{
border-color: #D78979;
}
.TagClassName
{
border-color: #D78979;
}
</style>