Shades of My Pink #D78B81
Tints of My Pink #D78B81
RGB
CMYK
RGB Variations
Color information
#D78B81 (or 0xD78B81) is known color: My Pink. HEX triplet: D7, 8B and 81. RGB value is (215,139,129). Sum of RGB (Red+Green+Blue) = 215+139+129=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78B81 is #28747E. Grayscale: #A0A0A0. Windows color (decimal): -2651263 or 8489943. OLE color: 8489943.
HSL color Cylindrical-coordinate representation of color #D78B81: hue angle of 6.98º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78B81 is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 129 | - |
| CMYK | 0 | 0.35 | 0.4 | 0.16 |
| HSL | 6.98º | 0.52% | 0.67% | - |
| HSV(B) | 6.98º | 0.4% | 0.84% | - |
| XYZ | 41.22 | 34.5 | 25.26 | - |
| YUV | 160.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 129 | 0 | 0.35 | 0.4 | 0.16 | 6.98 | 0.52 | 0.67 |
| Hex | D7 | 8B | 81 | 0 | 23 | 28 | 10 | 7 | 34 | 43 |
| Octal | 327 | 213 | 201 | 0 | 43 | 50 | 20 | 7 | 64 | 103 |
| Binary | 11010111 | 10001011 | 10000001 | 0 | 100011 | 101000 | 10000 | 111 | 110100 | 1000011 |
Color Harmonies of #D78B81
Complementary color
Monochromatic Colors of #D78B81
Black with #D78B81
Text Example
Text Example
White with #D78B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B81; }
p { color: rgb(215,139,129); }
H1.HeaderClassName
{
color: #D78B81;
}
.AnyTagClassName
{
color: #D78B81;
}
</style>
background-color css
<style>
a { background-color: #D78B81; }
a { background-color: rgb(215,139,129); }
div.DivClassName
{
background-color: #D78B81;
}
.BgClassName
{
background-color: #D78B81;
}
</style>
border-color css
<style>
span { border-color: #D78B81; }
span { border-color: rgb(215,139,129); }
td.TdClassName
{
border-color: #D78B81;
}
.TagClassName
{
border-color: #D78B81;
}
</style>