Shades of My Pink #D18679
Tints of My Pink #D18679
RGB
CMYK
RGB Variations
Color information
#D18679 (or 0xD18679) is known color: My Pink. HEX triplet: D1, 86 and 79. RGB value is (209,134,121). Sum of RGB (Red+Green+Blue) = 209+134+121=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D18679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18679 is #2E7986. Grayscale: #9B9B9B. Windows color (decimal): -3045767 or 7964369. OLE color: 7964369.
HSL color Cylindrical-coordinate representation of color #D18679: hue angle of 8.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D18679 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 121 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.18 |
| HSL | 8.86º | 0.49% | 0.65% | - |
| HSV(B) | 8.86º | 0.42% | 0.82% | - |
| XYZ | 38.27 | 31.99 | 22.25 | - |
| YUV | 154.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 121 | 0 | 0.36 | 0.42 | 0.18 | 8.86 | 0.49 | 0.65 |
| Hex | D1 | 86 | 79 | 0 | 24 | 2A | 12 | 9 | 31 | 41 |
| Octal | 321 | 206 | 171 | 0 | 44 | 52 | 22 | 11 | 61 | 101 |
| Binary | 11010001 | 10000110 | 1111001 | 0 | 100100 | 101010 | 10010 | 1001 | 110001 | 1000001 |
Color Harmonies of #D18679
Complementary color
Monochromatic Colors of #D18679
Black with #D18679
Text Example
Text Example
White with #D18679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18679; }
p { color: rgb(209,134,121); }
H1.HeaderClassName
{
color: #D18679;
}
.AnyTagClassName
{
color: #D18679;
}
</style>
background-color css
<style>
a { background-color: #D18679; }
a { background-color: rgb(209,134,121); }
div.DivClassName
{
background-color: #D18679;
}
.BgClassName
{
background-color: #D18679;
}
</style>
border-color css
<style>
span { border-color: #D18679; }
span { border-color: rgb(209,134,121); }
td.TdClassName
{
border-color: #D18679;
}
.TagClassName
{
border-color: #D18679;
}
</style>