Shades of My Pink #D78D7A
Tints of My Pink #D78D7A
RGB
CMYK
RGB Variations
Color information
#D78D7A (or 0xD78D7A) is known color: My Pink. HEX triplet: D7, 8D and 7A. RGB value is (215,141,122). Sum of RGB (Red+Green+Blue) = 215+141+122=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78D7A is #287285. Grayscale: #A1A1A1. Windows color (decimal): -2650758 or 8031703. OLE color: 8031703.
HSL color Cylindrical-coordinate representation of color #D78D7A: hue angle of 12.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D78D7A is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 122 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.16 |
| HSL | 12.26º | 0.54% | 0.66% | - |
| HSV(B) | 12.26º | 0.43% | 0.84% | - |
| XYZ | 41.06 | 34.9 | 22.98 | - |
| YUV | 160.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 122 | 0 | 0.34 | 0.43 | 0.16 | 12.26 | 0.54 | 0.66 |
| Hex | D7 | 8D | 7A | 0 | 22 | 2B | 10 | C | 36 | 42 |
| Octal | 327 | 215 | 172 | 0 | 42 | 53 | 20 | 14 | 66 | 102 |
| Binary | 11010111 | 10001101 | 1111010 | 0 | 100010 | 101011 | 10000 | 1100 | 110110 | 1000010 |
Color Harmonies of #D78D7A
Complementary color
Monochromatic Colors of #D78D7A
Black with #D78D7A
Text Example
Text Example
White with #D78D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78D7A; }
p { color: rgb(215,141,122); }
H1.HeaderClassName
{
color: #D78D7A;
}
.AnyTagClassName
{
color: #D78D7A;
}
</style>
background-color css
<style>
a { background-color: #D78D7A; }
a { background-color: rgb(215,141,122); }
div.DivClassName
{
background-color: #D78D7A;
}
.BgClassName
{
background-color: #D78D7A;
}
</style>
border-color css
<style>
span { border-color: #D78D7A; }
span { border-color: rgb(215,141,122); }
td.TdClassName
{
border-color: #D78D7A;
}
.TagClassName
{
border-color: #D78D7A;
}
</style>