Shades of My Pink #D48B7C
Tints of My Pink #D48B7C
RGB
CMYK
RGB Variations
Color information
#D48B7C (or 0xD48B7C) is known color: My Pink. HEX triplet: D4, 8B and 7C. RGB value is (212,139,124). Sum of RGB (Red+Green+Blue) = 212+139+124=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B7C is #2B7483. Grayscale: #9F9F9F. Windows color (decimal): -2847876 or 8162260. OLE color: 8162260.
HSL color Cylindrical-coordinate representation of color #D48B7C: hue angle of 10.23º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48B7C is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 124 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.17 |
| HSL | 10.23º | 0.51% | 0.66% | - |
| HSV(B) | 10.23º | 0.42% | 0.83% | - |
| XYZ | 40.02 | 33.92 | 23.51 | - |
| YUV | 159.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 124 | 0 | 0.34 | 0.42 | 0.17 | 10.23 | 0.51 | 0.66 |
| Hex | D4 | 8B | 7C | 0 | 22 | 2A | 11 | A | 33 | 42 |
| Octal | 324 | 213 | 174 | 0 | 42 | 52 | 21 | 12 | 63 | 102 |
| Binary | 11010100 | 10001011 | 1111100 | 0 | 100010 | 101010 | 10001 | 1010 | 110011 | 1000010 |
Color Harmonies of #D48B7C
Complementary color
Monochromatic Colors of #D48B7C
Black with #D48B7C
Text Example
Text Example
White with #D48B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48B7C; }
p { color: rgb(212,139,124); }
H1.HeaderClassName
{
color: #D48B7C;
}
.AnyTagClassName
{
color: #D48B7C;
}
</style>
background-color css
<style>
a { background-color: #D48B7C; }
a { background-color: rgb(212,139,124); }
div.DivClassName
{
background-color: #D48B7C;
}
.BgClassName
{
background-color: #D48B7C;
}
</style>
border-color css
<style>
span { border-color: #D48B7C; }
span { border-color: rgb(212,139,124); }
td.TdClassName
{
border-color: #D48B7C;
}
.TagClassName
{
border-color: #D48B7C;
}
</style>