Shades of My Pink #D48D83
Tints of My Pink #D48D83
RGB
CMYK
RGB Variations
Color information
#D48D83 (or 0xD48D83) is known color: My Pink. HEX triplet: D4, 8D and 83. RGB value is (212,141,131). Sum of RGB (Red+Green+Blue) = 212+141+131=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48D83 is #2B727C. Grayscale: #A1A1A1. Windows color (decimal): -2847357 or 8621524. OLE color: 8621524.
HSL color Cylindrical-coordinate representation of color #D48D83: hue angle of 7.41º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48D83 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 131 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.17 |
| HSL | 7.41º | 0.49% | 0.67% | - |
| HSV(B) | 7.41º | 0.38% | 0.83% | - |
| XYZ | 40.77 | 34.69 | 26.02 | - |
| YUV | 161.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 131 | 0 | 0.33 | 0.38 | 0.17 | 7.41 | 0.49 | 0.67 |
| Hex | D4 | 8D | 83 | 0 | 21 | 26 | 11 | 7 | 31 | 43 |
| Octal | 324 | 215 | 203 | 0 | 41 | 46 | 21 | 7 | 61 | 103 |
| Binary | 11010100 | 10001101 | 10000011 | 0 | 100001 | 100110 | 10001 | 111 | 110001 | 1000011 |
Color Harmonies of #D48D83
Complementary color
Monochromatic Colors of #D48D83
Black with #D48D83
Text Example
Text Example
White with #D48D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48D83; }
p { color: rgb(212,141,131); }
H1.HeaderClassName
{
color: #D48D83;
}
.AnyTagClassName
{
color: #D48D83;
}
</style>
background-color css
<style>
a { background-color: #D48D83; }
a { background-color: rgb(212,141,131); }
div.DivClassName
{
background-color: #D48D83;
}
.BgClassName
{
background-color: #D48D83;
}
</style>
border-color css
<style>
span { border-color: #D48D83; }
span { border-color: rgb(212,141,131); }
td.TdClassName
{
border-color: #D48D83;
}
.TagClassName
{
border-color: #D48D83;
}
</style>