Shades of My Pink #D38D89
Tints of My Pink #D38D89
RGB
CMYK
RGB Variations
Color information
#D38D89 (or 0xD38D89) is known color: My Pink. HEX triplet: D3, 8D and 89. RGB value is (211,141,137). Sum of RGB (Red+Green+Blue) = 211+141+137=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38D89 is #2C7276. Grayscale: #A1A1A1. Windows color (decimal): -2912887 or 9014739. OLE color: 9014739.
HSL color Cylindrical-coordinate representation of color #D38D89: hue angle of 3.24º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38D89 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 137 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.17 |
| HSL | 3.24º | 0.46% | 0.68% | - |
| HSV(B) | 3.24º | 0.35% | 0.83% | - |
| XYZ | 40.9 | 34.7 | 28.21 | - |
| YUV | 161.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 137 | 0 | 0.33 | 0.35 | 0.17 | 3.24 | 0.46 | 0.68 |
| Hex | D3 | 8D | 89 | 0 | 21 | 23 | 11 | 3 | 2E | 44 |
| Octal | 323 | 215 | 211 | 0 | 41 | 43 | 21 | 3 | 56 | 104 |
| Binary | 11010011 | 10001101 | 10001001 | 0 | 100001 | 100011 | 10001 | 11 | 101110 | 1000100 |
Color Harmonies of #D38D89
Complementary color
Monochromatic Colors of #D38D89
Black with #D38D89
Text Example
Text Example
White with #D38D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D89; }
p { color: rgb(211,141,137); }
H1.HeaderClassName
{
color: #D38D89;
}
.AnyTagClassName
{
color: #D38D89;
}
</style>
background-color css
<style>
a { background-color: #D38D89; }
a { background-color: rgb(211,141,137); }
div.DivClassName
{
background-color: #D38D89;
}
.BgClassName
{
background-color: #D38D89;
}
</style>
border-color css
<style>
span { border-color: #D38D89; }
span { border-color: rgb(211,141,137); }
td.TdClassName
{
border-color: #D38D89;
}
.TagClassName
{
border-color: #D38D89;
}
</style>