Shades of My Pink #D89080
Tints of My Pink #D89080
RGB
CMYK
RGB Variations
Color information
#D89080 (or 0xD89080) is known color: My Pink. HEX triplet: D8, 90 and 80. RGB value is (216,144,128). Sum of RGB (Red+Green+Blue) = 216+144+128=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D89080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89080 is #276F7F. Grayscale: #A3A3A3. Windows color (decimal): -2584448 or 8425688. OLE color: 8425688.
HSL color Cylindrical-coordinate representation of color #D89080: hue angle of 10.91º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D89080 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 128 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.15 |
| HSL | 10.91º | 0.53% | 0.67% | - |
| HSV(B) | 10.91º | 0.41% | 0.85% | - |
| XYZ | 42.19 | 36.1 | 25.17 | - |
| YUV | 163.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 128 | 0 | 0.33 | 0.41 | 0.15 | 10.91 | 0.53 | 0.67 |
| Hex | D8 | 90 | 80 | 0 | 21 | 29 | F | B | 35 | 43 |
| Octal | 330 | 220 | 200 | 0 | 41 | 51 | 17 | 13 | 65 | 103 |
| Binary | 11011000 | 10010000 | 10000000 | 0 | 100001 | 101001 | 1111 | 1011 | 110101 | 1000011 |
Color Harmonies of #D89080
Complementary color
Monochromatic Colors of #D89080
Black with #D89080
Text Example
Text Example
White with #D89080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89080; }
p { color: rgb(216,144,128); }
H1.HeaderClassName
{
color: #D89080;
}
.AnyTagClassName
{
color: #D89080;
}
</style>
background-color css
<style>
a { background-color: #D89080; }
a { background-color: rgb(216,144,128); }
div.DivClassName
{
background-color: #D89080;
}
.BgClassName
{
background-color: #D89080;
}
</style>
border-color css
<style>
span { border-color: #D89080; }
span { border-color: rgb(216,144,128); }
td.TdClassName
{
border-color: #D89080;
}
.TagClassName
{
border-color: #D89080;
}
</style>