Shades of My Pink #D78879
Tints of My Pink #D78879
RGB
CMYK
RGB Variations
Color information
#D78879 (or 0xD78879) is known color: My Pink. HEX triplet: D7, 88 and 79. RGB value is (215,136,121). Sum of RGB (Red+Green+Blue) = 215+136+121=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D78879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78879 is #287786. Grayscale: #9E9E9E. Windows color (decimal): -2652039 or 7964887. OLE color: 7964887.
HSL color Cylindrical-coordinate representation of color #D78879: hue angle of 9.57º 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 #D78879 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 121 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.16 |
| HSL | 9.57º | 0.54% | 0.66% | - |
| HSV(B) | 9.57º | 0.44% | 0.84% | - |
| XYZ | 40.28 | 33.44 | 22.42 | - |
| YUV | 157.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 121 | 0 | 0.37 | 0.44 | 0.16 | 9.57 | 0.54 | 0.66 |
| Hex | D7 | 88 | 79 | 0 | 25 | 2C | 10 | A | 36 | 42 |
| Octal | 327 | 210 | 171 | 0 | 45 | 54 | 20 | 12 | 66 | 102 |
| Binary | 11010111 | 10001000 | 1111001 | 0 | 100101 | 101100 | 10000 | 1010 | 110110 | 1000010 |
Color Harmonies of #D78879
Complementary color
Monochromatic Colors of #D78879
Black with #D78879
Text Example
Text Example
White with #D78879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78879; }
p { color: rgb(215,136,121); }
H1.HeaderClassName
{
color: #D78879;
}
.AnyTagClassName
{
color: #D78879;
}
</style>
background-color css
<style>
a { background-color: #D78879; }
a { background-color: rgb(215,136,121); }
div.DivClassName
{
background-color: #D78879;
}
.BgClassName
{
background-color: #D78879;
}
</style>
border-color css
<style>
span { border-color: #D78879; }
span { border-color: rgb(215,136,121); }
td.TdClassName
{
border-color: #D78879;
}
.TagClassName
{
border-color: #D78879;
}
</style>