Shades of My Pink #D3887D
Tints of My Pink #D3887D
RGB
CMYK
RGB Variations
Color information
#D3887D (or 0xD3887D) is known color: My Pink. HEX triplet: D3, 88 and 7D. RGB value is (211,136,125). Sum of RGB (Red+Green+Blue) = 211+136+125=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3887D is #2C7782. Grayscale: #9D9D9D. Windows color (decimal): -2914179 or 8227027. OLE color: 8227027.
HSL color Cylindrical-coordinate representation of color #D3887D: hue angle of 7.67º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3887D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 125 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.17 |
| HSL | 7.67º | 0.49% | 0.66% | - |
| HSV(B) | 7.67º | 0.41% | 0.83% | - |
| XYZ | 39.37 | 32.94 | 23.68 | - |
| YUV | 157.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 125 | 0 | 0.36 | 0.41 | 0.17 | 7.67 | 0.49 | 0.66 |
| Hex | D3 | 88 | 7D | 0 | 24 | 29 | 11 | 8 | 31 | 42 |
| Octal | 323 | 210 | 175 | 0 | 44 | 51 | 21 | 10 | 61 | 102 |
| Binary | 11010011 | 10001000 | 1111101 | 0 | 100100 | 101001 | 10001 | 1000 | 110001 | 1000010 |
Color Harmonies of #D3887D
Complementary color
Monochromatic Colors of #D3887D
Black with #D3887D
Text Example
Text Example
White with #D3887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3887D; }
p { color: rgb(211,136,125); }
H1.HeaderClassName
{
color: #D3887D;
}
.AnyTagClassName
{
color: #D3887D;
}
</style>
background-color css
<style>
a { background-color: #D3887D; }
a { background-color: rgb(211,136,125); }
div.DivClassName
{
background-color: #D3887D;
}
.BgClassName
{
background-color: #D3887D;
}
</style>
border-color css
<style>
span { border-color: #D3887D; }
span { border-color: rgb(211,136,125); }
td.TdClassName
{
border-color: #D3887D;
}
.TagClassName
{
border-color: #D3887D;
}
</style>