Shades of My Pink #D79386
Tints of My Pink #D79386
RGB
CMYK
RGB Variations
Color information
#D79386 (or 0xD79386) is known color: My Pink. HEX triplet: D7, 93 and 86. RGB value is (215,147,134). Sum of RGB (Red+Green+Blue) = 215+147+134=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D79386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79386 is #286C79. Grayscale: #A5A5A5. Windows color (decimal): -2649210 or 8819671. OLE color: 8819671.
HSL color Cylindrical-coordinate representation of color #D79386: hue angle of 9.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D79386 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 134 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.16 |
| HSL | 9.63º | 0.5% | 0.68% | - |
| HSV(B) | 9.63º | 0.38% | 0.84% | - |
| XYZ | 42.76 | 37.04 | 27.45 | - |
| YUV | 165.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 134 | 0 | 0.32 | 0.38 | 0.16 | 9.63 | 0.5 | 0.68 |
| Hex | D7 | 93 | 86 | 0 | 20 | 26 | 10 | A | 32 | 44 |
| Octal | 327 | 223 | 206 | 0 | 40 | 46 | 20 | 12 | 62 | 104 |
| Binary | 11010111 | 10010011 | 10000110 | 0 | 100000 | 100110 | 10000 | 1010 | 110010 | 1000100 |
Color Harmonies of #D79386
Complementary color
Monochromatic Colors of #D79386
Black with #D79386
Text Example
Text Example
White with #D79386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79386; }
p { color: rgb(215,147,134); }
H1.HeaderClassName
{
color: #D79386;
}
.AnyTagClassName
{
color: #D79386;
}
</style>
background-color css
<style>
a { background-color: #D79386; }
a { background-color: rgb(215,147,134); }
div.DivClassName
{
background-color: #D79386;
}
.BgClassName
{
background-color: #D79386;
}
</style>
border-color css
<style>
span { border-color: #D79386; }
span { border-color: rgb(215,147,134); }
td.TdClassName
{
border-color: #D79386;
}
.TagClassName
{
border-color: #D79386;
}
</style>