Shades of My Pink #D48B89
Tints of My Pink #D48B89
RGB
CMYK
RGB Variations
Color information
#D48B89 (or 0xD48B89) is known color: My Pink. HEX triplet: D4, 8B and 89. RGB value is (212,139,137). Sum of RGB (Red+Green+Blue) = 212+139+137=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48B89 is #2B7476. Grayscale: #A0A0A0. Windows color (decimal): -2847863 or 9014228. OLE color: 9014228.
HSL color Cylindrical-coordinate representation of color #D48B89: hue angle of 1.6º degrees, saturation: 0.47, 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 #D48B89 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 137 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.17 |
| HSL | 1.6º | 0.47% | 0.68% | - |
| HSV(B) | 1.6º | 0.35% | 0.83% | - |
| XYZ | 40.9 | 34.27 | 28.13 | - |
| YUV | 160.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 137 | 0 | 0.34 | 0.35 | 0.17 | 1.6 | 0.47 | 0.68 |
| Hex | D4 | 8B | 89 | 0 | 22 | 23 | 11 | 2 | 2F | 44 |
| Octal | 324 | 213 | 211 | 0 | 42 | 43 | 21 | 2 | 57 | 104 |
| Binary | 11010100 | 10001011 | 10001001 | 0 | 100010 | 100011 | 10001 | 10 | 101111 | 1000100 |
Color Harmonies of #D48B89
Complementary color
Monochromatic Colors of #D48B89
Black with #D48B89
Text Example
Text Example
White with #D48B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48B89; }
p { color: rgb(212,139,137); }
H1.HeaderClassName
{
color: #D48B89;
}
.AnyTagClassName
{
color: #D48B89;
}
</style>
background-color css
<style>
a { background-color: #D48B89; }
a { background-color: rgb(212,139,137); }
div.DivClassName
{
background-color: #D48B89;
}
.BgClassName
{
background-color: #D48B89;
}
</style>
border-color css
<style>
span { border-color: #D48B89; }
span { border-color: rgb(212,139,137); }
td.TdClassName
{
border-color: #D48B89;
}
.TagClassName
{
border-color: #D48B89;
}
</style>