Shades of My Pink #D18977
Tints of My Pink #D18977
RGB
CMYK
RGB Variations
Color information
#D18977 (or 0xD18977) is known color: My Pink. HEX triplet: D1, 89 and 77. RGB value is (209,137,119). Sum of RGB (Red+Green+Blue) = 209+137+119=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D18977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18977 is #2E7688. Grayscale: #9C9C9C. Windows color (decimal): -3045001 or 7834065. OLE color: 7834065.
HSL color Cylindrical-coordinate representation of color #D18977: hue angle of 12º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D18977 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 119 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.18 |
| HSL | 12º | 0.49% | 0.64% | - |
| HSV(B) | 12º | 0.43% | 0.82% | - |
| XYZ | 38.57 | 32.78 | 21.75 | - |
| YUV | 156.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 119 | 0 | 0.34 | 0.43 | 0.18 | 12 | 0.49 | 0.64 |
| Hex | D1 | 89 | 77 | 0 | 22 | 2B | 12 | C | 31 | 40 |
| Octal | 321 | 211 | 167 | 0 | 42 | 53 | 22 | 14 | 61 | 100 |
| Binary | 11010001 | 10001001 | 1110111 | 0 | 100010 | 101011 | 10010 | 1100 | 110001 | 1000000 |
Color Harmonies of #D18977
Complementary color
Monochromatic Colors of #D18977
Black with #D18977
Text Example
Text Example
White with #D18977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18977; }
p { color: rgb(209,137,119); }
H1.HeaderClassName
{
color: #D18977;
}
.AnyTagClassName
{
color: #D18977;
}
</style>
background-color css
<style>
a { background-color: #D18977; }
a { background-color: rgb(209,137,119); }
div.DivClassName
{
background-color: #D18977;
}
.BgClassName
{
background-color: #D18977;
}
</style>
border-color css
<style>
span { border-color: #D18977; }
span { border-color: rgb(209,137,119); }
td.TdClassName
{
border-color: #D18977;
}
.TagClassName
{
border-color: #D18977;
}
</style>