Shades of My Pink #D78C82
Tints of My Pink #D78C82
RGB
CMYK
RGB Variations
Color information
#D78C82 (or 0xD78C82) is known color: My Pink. HEX triplet: D7, 8C and 82. RGB value is (215,140,130). Sum of RGB (Red+Green+Blue) = 215+140+130=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78C82 is #28737D. Grayscale: #A1A1A1. Windows color (decimal): -2651006 or 8555735. OLE color: 8555735.
HSL color Cylindrical-coordinate representation of color #D78C82: hue angle of 7.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78C82 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 130 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.16 |
| HSL | 7.06º | 0.52% | 0.68% | - |
| HSV(B) | 7.06º | 0.4% | 0.84% | - |
| XYZ | 41.43 | 34.81 | 25.66 | - |
| YUV | 161.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 130 | 0 | 0.35 | 0.40 | 0.16 | 7.06 | 0.52 | 0.68 |
| Hex | D7 | 8C | 82 | 0 | 23 | 28 | 10 | 7 | 34 | 44 |
| Octal | 327 | 214 | 202 | 0 | 43 | 50 | 20 | 7 | 64 | 104 |
| Binary | 11010111 | 10001100 | 10000010 | 0 | 100011 | 101000 | 10000 | 111 | 110100 | 1000100 |
Color Harmonies of #D78C82
Complementary color
Monochromatic Colors of #D78C82
Black with #D78C82
Text Example
Text Example
White with #D78C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C82; }
p { color: rgb(215,140,130); }
H1.HeaderClassName
{
color: #D78C82;
}
.AnyTagClassName
{
color: #D78C82;
}
</style>
background-color css
<style>
a { background-color: #D78C82; }
a { background-color: rgb(215,140,130); }
div.DivClassName
{
background-color: #D78C82;
}
.BgClassName
{
background-color: #D78C82;
}
</style>
border-color css
<style>
span { border-color: #D78C82; }
span { border-color: rgb(215,140,130); }
td.TdClassName
{
border-color: #D78C82;
}
.TagClassName
{
border-color: #D78C82;
}
</style>