Shades of My Pink #D48E85
Tints of My Pink #D48E85
RGB
CMYK
RGB Variations
Color information
#D48E85 (or 0xD48E85) is known color: My Pink. HEX triplet: D4, 8E and 85. RGB value is (212,142,133). Sum of RGB (Red+Green+Blue) = 212+142+133=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48E85 is #2B717A. Grayscale: #A2A2A2. Windows color (decimal): -2847099 or 8752852. OLE color: 8752852.
HSL color Cylindrical-coordinate representation of color #D48E85: hue angle of 6.84º 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 #D48E85 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 133 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.17 |
| HSL | 6.84º | 0.48% | 0.68% | - |
| HSV(B) | 6.84º | 0.37% | 0.83% | - |
| XYZ | 41.06 | 35.04 | 26.79 | - |
| YUV | 161.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 133 | 0 | 0.33 | 0.37 | 0.17 | 6.84 | 0.48 | 0.68 |
| Hex | D4 | 8E | 85 | 0 | 21 | 25 | 11 | 7 | 30 | 44 |
| Octal | 324 | 216 | 205 | 0 | 41 | 45 | 21 | 7 | 60 | 104 |
| Binary | 11010100 | 10001110 | 10000101 | 0 | 100001 | 100101 | 10001 | 111 | 110000 | 1000100 |
Color Harmonies of #D48E85
Complementary color
Monochromatic Colors of #D48E85
Black with #D48E85
Text Example
Text Example
White with #D48E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E85; }
p { color: rgb(212,142,133); }
H1.HeaderClassName
{
color: #D48E85;
}
.AnyTagClassName
{
color: #D48E85;
}
</style>
background-color css
<style>
a { background-color: #D48E85; }
a { background-color: rgb(212,142,133); }
div.DivClassName
{
background-color: #D48E85;
}
.BgClassName
{
background-color: #D48E85;
}
</style>
border-color css
<style>
span { border-color: #D48E85; }
span { border-color: rgb(212,142,133); }
td.TdClassName
{
border-color: #D48E85;
}
.TagClassName
{
border-color: #D48E85;
}
</style>