Shades of My Pink #D48C83
Tints of My Pink #D48C83
RGB
CMYK
RGB Variations
Color information
#D48C83 (or 0xD48C83) is known color: My Pink. HEX triplet: D4, 8C and 83. RGB value is (212,140,131). Sum of RGB (Red+Green+Blue) = 212+140+131=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C83 is #2B737C. Grayscale: #A0A0A0. Windows color (decimal): -2847613 or 8621268. OLE color: 8621268.
HSL color Cylindrical-coordinate representation of color #D48C83: hue angle of 6.67º 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 #D48C83 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 131 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.17 |
| HSL | 6.67º | 0.49% | 0.67% | - |
| HSV(B) | 6.67º | 0.38% | 0.83% | - |
| XYZ | 40.63 | 34.39 | 25.97 | - |
| YUV | 160.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 131 | 0 | 0.34 | 0.38 | 0.17 | 6.67 | 0.49 | 0.67 |
| Hex | D4 | 8C | 83 | 0 | 22 | 26 | 11 | 7 | 31 | 43 |
| Octal | 324 | 214 | 203 | 0 | 42 | 46 | 21 | 7 | 61 | 103 |
| Binary | 11010100 | 10001100 | 10000011 | 0 | 100010 | 100110 | 10001 | 111 | 110001 | 1000011 |
Color Harmonies of #D48C83
Complementary color
Monochromatic Colors of #D48C83
Black with #D48C83
Text Example
Text Example
White with #D48C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C83; }
p { color: rgb(212,140,131); }
H1.HeaderClassName
{
color: #D48C83;
}
.AnyTagClassName
{
color: #D48C83;
}
</style>
background-color css
<style>
a { background-color: #D48C83; }
a { background-color: rgb(212,140,131); }
div.DivClassName
{
background-color: #D48C83;
}
.BgClassName
{
background-color: #D48C83;
}
</style>
border-color css
<style>
span { border-color: #D48C83; }
span { border-color: rgb(212,140,131); }
td.TdClassName
{
border-color: #D48C83;
}
.TagClassName
{
border-color: #D48C83;
}
</style>