Shades of My Pink #D48F86
Tints of My Pink #D48F86
RGB
CMYK
RGB Variations
Color information
#D48F86 (or 0xD48F86) is known color: My Pink. HEX triplet: D4, 8F and 86. RGB value is (212,143,134). Sum of RGB (Red+Green+Blue) = 212+143+134=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48F86 is #2B7079. Grayscale: #A2A2A2. Windows color (decimal): -2846842 or 8818644. OLE color: 8818644.
HSL color Cylindrical-coordinate representation of color #D48F86: hue angle of 6.92º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48F86 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 134 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.17 |
| HSL | 6.92º | 0.48% | 0.68% | - |
| HSV(B) | 6.92º | 0.37% | 0.83% | - |
| XYZ | 41.28 | 35.36 | 27.2 | - |
| YUV | 162.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 134 | 0 | 0.33 | 0.37 | 0.17 | 6.92 | 0.48 | 0.68 |
| Hex | D4 | 8F | 86 | 0 | 21 | 25 | 11 | 7 | 30 | 44 |
| Octal | 324 | 217 | 206 | 0 | 41 | 45 | 21 | 7 | 60 | 104 |
| Binary | 11010100 | 10001111 | 10000110 | 0 | 100001 | 100101 | 10001 | 111 | 110000 | 1000100 |
Color Harmonies of #D48F86
Complementary color
Monochromatic Colors of #D48F86
Black with #D48F86
Text Example
Text Example
White with #D48F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F86; }
p { color: rgb(212,143,134); }
H1.HeaderClassName
{
color: #D48F86;
}
.AnyTagClassName
{
color: #D48F86;
}
</style>
background-color css
<style>
a { background-color: #D48F86; }
a { background-color: rgb(212,143,134); }
div.DivClassName
{
background-color: #D48F86;
}
.BgClassName
{
background-color: #D48F86;
}
</style>
border-color css
<style>
span { border-color: #D48F86; }
span { border-color: rgb(212,143,134); }
td.TdClassName
{
border-color: #D48F86;
}
.TagClassName
{
border-color: #D48F86;
}
</style>