Shades of My Pink #D78E7B
Tints of My Pink #D78E7B
RGB
CMYK
RGB Variations
Color information
#D78E7B (or 0xD78E7B) is known color: My Pink. HEX triplet: D7, 8E and 7B. RGB value is (215,142,123). Sum of RGB (Red+Green+Blue) = 215+142+123=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E7B is #287184. Grayscale: #A1A1A1. Windows color (decimal): -2650501 or 8097495. OLE color: 8097495.
HSL color Cylindrical-coordinate representation of color #D78E7B: hue angle of 12.39º degrees, saturation: 0.53, 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 #D78E7B is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 123 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.16 |
| HSL | 12.39º | 0.53% | 0.66% | - |
| HSV(B) | 12.39º | 0.43% | 0.84% | - |
| XYZ | 41.27 | 35.22 | 23.36 | - |
| YUV | 161.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 123 | 0 | 0.34 | 0.43 | 0.16 | 12.39 | 0.53 | 0.66 |
| Hex | D7 | 8E | 7B | 0 | 22 | 2B | 10 | C | 35 | 42 |
| Octal | 327 | 216 | 173 | 0 | 42 | 53 | 20 | 14 | 65 | 102 |
| Binary | 11010111 | 10001110 | 1111011 | 0 | 100010 | 101011 | 10000 | 1100 | 110101 | 1000010 |
Color Harmonies of #D78E7B
Complementary color
Monochromatic Colors of #D78E7B
Black with #D78E7B
Text Example
Text Example
White with #D78E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E7B; }
p { color: rgb(215,142,123); }
H1.HeaderClassName
{
color: #D78E7B;
}
.AnyTagClassName
{
color: #D78E7B;
}
</style>
background-color css
<style>
a { background-color: #D78E7B; }
a { background-color: rgb(215,142,123); }
div.DivClassName
{
background-color: #D78E7B;
}
.BgClassName
{
background-color: #D78E7B;
}
</style>
border-color css
<style>
span { border-color: #D78E7B; }
span { border-color: rgb(215,142,123); }
td.TdClassName
{
border-color: #D78E7B;
}
.TagClassName
{
border-color: #D78E7B;
}
</style>