Shades of My Pink #D48A89
Tints of My Pink #D48A89
RGB
CMYK
RGB Variations
Color information
#D48A89 (or 0xD48A89) is known color: My Pink. HEX triplet: D4, 8A and 89. RGB value is (212,138,137). Sum of RGB (Red+Green+Blue) = 212+138+137=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48A89 is #2B7576. Grayscale: #A0A0A0. Windows color (decimal): -2848119 or 9013972. OLE color: 9013972.
HSL color Cylindrical-coordinate representation of color #D48A89: hue angle of 0.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 #D48A89 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 137 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.17 |
| HSL | 0.8º | 0.47% | 0.68% | - |
| HSV(B) | 0.8º | 0.35% | 0.83% | - |
| XYZ | 40.76 | 33.98 | 28.08 | - |
| YUV | 160.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 137 | 0 | 0.35 | 0.35 | 0.17 | 0.8 | 0.47 | 0.68 |
| Hex | D4 | 8A | 89 | 0 | 23 | 23 | 11 | 1 | 2F | 44 |
| Octal | 324 | 212 | 211 | 0 | 43 | 43 | 21 | 1 | 57 | 104 |
| Binary | 11010100 | 10001010 | 10001001 | 0 | 100011 | 100011 | 10001 | 1 | 101111 | 1000100 |
Color Harmonies of #D48A89
Complementary color
Monochromatic Colors of #D48A89
Black with #D48A89
Text Example
Text Example
White with #D48A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A89; }
p { color: rgb(212,138,137); }
H1.HeaderClassName
{
color: #D48A89;
}
.AnyTagClassName
{
color: #D48A89;
}
</style>
background-color css
<style>
a { background-color: #D48A89; }
a { background-color: rgb(212,138,137); }
div.DivClassName
{
background-color: #D48A89;
}
.BgClassName
{
background-color: #D48A89;
}
</style>
border-color css
<style>
span { border-color: #D48A89; }
span { border-color: rgb(212,138,137); }
td.TdClassName
{
border-color: #D48A89;
}
.TagClassName
{
border-color: #D48A89;
}
</style>