Shades of My Pink #D48B8A
Tints of My Pink #D48B8A
RGB
CMYK
RGB Variations
Color information
#D48B8A (or 0xD48B8A) is known color: My Pink. HEX triplet: D4, 8B and 8A. RGB value is (212,139,138). Sum of RGB (Red+Green+Blue) = 212+139+138=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48B8A is #2B7475. Grayscale: #A0A0A0. Windows color (decimal): -2847862 or 9079764. OLE color: 9079764.
HSL color Cylindrical-coordinate representation of color #D48B8A: hue angle of 0.81º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48B8A is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 138 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.17 |
| HSL | 0.81º | 0.46% | 0.69% | - |
| HSV(B) | 0.81º | 0.35% | 0.83% | - |
| XYZ | 40.97 | 34.3 | 28.51 | - |
| YUV | 160.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 138 | 0 | 0.34 | 0.35 | 0.17 | 0.81 | 0.46 | 0.69 |
| Hex | D4 | 8B | 8A | 0 | 22 | 23 | 11 | 1 | 2E | 45 |
| Octal | 324 | 213 | 212 | 0 | 42 | 43 | 21 | 1 | 56 | 105 |
| Binary | 11010100 | 10001011 | 10001010 | 0 | 100010 | 100011 | 10001 | 1 | 101110 | 1000101 |
Color Harmonies of #D48B8A
Complementary color
Monochromatic Colors of #D48B8A
Black with #D48B8A
Text Example
Text Example
White with #D48B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48B8A; }
p { color: rgb(212,139,138); }
H1.HeaderClassName
{
color: #D48B8A;
}
.AnyTagClassName
{
color: #D48B8A;
}
</style>
background-color css
<style>
a { background-color: #D48B8A; }
a { background-color: rgb(212,139,138); }
div.DivClassName
{
background-color: #D48B8A;
}
.BgClassName
{
background-color: #D48B8A;
}
</style>
border-color css
<style>
span { border-color: #D48B8A; }
span { border-color: rgb(212,139,138); }
td.TdClassName
{
border-color: #D48B8A;
}
.TagClassName
{
border-color: #D48B8A;
}
</style>