Shades of My Pink #D48B82
Tints of My Pink #D48B82
RGB
CMYK
RGB Variations
Color information
#D48B82 (or 0xD48B82) is known color: My Pink. HEX triplet: D4, 8B and 82. RGB value is (212,139,130). Sum of RGB (Red+Green+Blue) = 212+139+130=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48B82 is #2B747D. Grayscale: #9F9F9F. Windows color (decimal): -2847870 or 8555476. OLE color: 8555476.
HSL color Cylindrical-coordinate representation of color #D48B82: hue angle of 6.59º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D48B82 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 130 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.17 |
| HSL | 6.59º | 0.49% | 0.67% | - |
| HSV(B) | 6.59º | 0.39% | 0.83% | - |
| XYZ | 40.41 | 34.07 | 25.57 | - |
| YUV | 159.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 130 | 0 | 0.34 | 0.39 | 0.17 | 6.59 | 0.49 | 0.67 |
| Hex | D4 | 8B | 82 | 0 | 22 | 27 | 11 | 7 | 31 | 43 |
| Octal | 324 | 213 | 202 | 0 | 42 | 47 | 21 | 7 | 61 | 103 |
| Binary | 11010100 | 10001011 | 10000010 | 0 | 100010 | 100111 | 10001 | 111 | 110001 | 1000011 |
Color Harmonies of #D48B82
Complementary color
Monochromatic Colors of #D48B82
Black with #D48B82
Text Example
Text Example
White with #D48B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48B82; }
p { color: rgb(212,139,130); }
H1.HeaderClassName
{
color: #D48B82;
}
.AnyTagClassName
{
color: #D48B82;
}
</style>
background-color css
<style>
a { background-color: #D48B82; }
a { background-color: rgb(212,139,130); }
div.DivClassName
{
background-color: #D48B82;
}
.BgClassName
{
background-color: #D48B82;
}
</style>
border-color css
<style>
span { border-color: #D48B82; }
span { border-color: rgb(212,139,130); }
td.TdClassName
{
border-color: #D48B82;
}
.TagClassName
{
border-color: #D48B82;
}
</style>