Shades of My Pink #D48F89
Tints of My Pink #D48F89
RGB
CMYK
RGB Variations
Color information
#D48F89 (or 0xD48F89) is known color: My Pink. HEX triplet: D4, 8F and 89. RGB value is (212,143,137). Sum of RGB (Red+Green+Blue) = 212+143+137=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48F89 is #2B7076. Grayscale: #A3A3A3. Windows color (decimal): -2846839 or 9015252. OLE color: 9015252.
HSL color Cylindrical-coordinate representation of color #D48F89: hue angle of 4.8º 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 #D48F89 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 137 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.17 |
| HSL | 4.8º | 0.47% | 0.68% | - |
| HSV(B) | 4.8º | 0.35% | 0.83% | - |
| XYZ | 41.49 | 35.45 | 28.32 | - |
| YUV | 162.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 137 | 0 | 0.33 | 0.35 | 0.17 | 4.8 | 0.47 | 0.68 |
| Hex | D4 | 8F | 89 | 0 | 21 | 23 | 11 | 5 | 2F | 44 |
| Octal | 324 | 217 | 211 | 0 | 41 | 43 | 21 | 5 | 57 | 104 |
| Binary | 11010100 | 10001111 | 10001001 | 0 | 100001 | 100011 | 10001 | 101 | 101111 | 1000100 |
Color Harmonies of #D48F89
Complementary color
Monochromatic Colors of #D48F89
Black with #D48F89
Text Example
Text Example
White with #D48F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F89; }
p { color: rgb(212,143,137); }
H1.HeaderClassName
{
color: #D48F89;
}
.AnyTagClassName
{
color: #D48F89;
}
</style>
background-color css
<style>
a { background-color: #D48F89; }
a { background-color: rgb(212,143,137); }
div.DivClassName
{
background-color: #D48F89;
}
.BgClassName
{
background-color: #D48F89;
}
</style>
border-color css
<style>
span { border-color: #D48F89; }
span { border-color: rgb(212,143,137); }
td.TdClassName
{
border-color: #D48F89;
}
.TagClassName
{
border-color: #D48F89;
}
</style>