Shades of My Pink #D78C7D
Tints of My Pink #D78C7D
RGB
CMYK
RGB Variations
Color information
#D78C7D (or 0xD78C7D) is known color: My Pink. HEX triplet: D7, 8C and 7D. RGB value is (215,140,125). Sum of RGB (Red+Green+Blue) = 215+140+125=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C7D is #287382. Grayscale: #A0A0A0. Windows color (decimal): -2651011 or 8228055. OLE color: 8228055.
HSL color Cylindrical-coordinate representation of color #D78C7D: hue angle of 10º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D78C7D is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 125 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.16 |
| HSL | 10º | 0.53% | 0.67% | - |
| HSV(B) | 10º | 0.42% | 0.84% | - |
| XYZ | 41.1 | 34.68 | 23.93 | - |
| YUV | 160.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 125 | 0 | 0.35 | 0.42 | 0.16 | 10 | 0.53 | 0.67 |
| Hex | D7 | 8C | 7D | 0 | 23 | 2A | 10 | A | 35 | 43 |
| Octal | 327 | 214 | 175 | 0 | 43 | 52 | 20 | 12 | 65 | 103 |
| Binary | 11010111 | 10001100 | 1111101 | 0 | 100011 | 101010 | 10000 | 1010 | 110101 | 1000011 |
Color Harmonies of #D78C7D
Complementary color
Monochromatic Colors of #D78C7D
Black with #D78C7D
Text Example
Text Example
White with #D78C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C7D; }
p { color: rgb(215,140,125); }
H1.HeaderClassName
{
color: #D78C7D;
}
.AnyTagClassName
{
color: #D78C7D;
}
</style>
background-color css
<style>
a { background-color: #D78C7D; }
a { background-color: rgb(215,140,125); }
div.DivClassName
{
background-color: #D78C7D;
}
.BgClassName
{
background-color: #D78C7D;
}
</style>
border-color css
<style>
span { border-color: #D78C7D; }
span { border-color: rgb(215,140,125); }
td.TdClassName
{
border-color: #D78C7D;
}
.TagClassName
{
border-color: #D78C7D;
}
</style>