Shades of My Pink #D3877F
Tints of My Pink #D3877F
RGB
CMYK
RGB Variations
Color information
#D3877F (or 0xD3877F) is known color: My Pink. HEX triplet: D3, 87 and 7F. RGB value is (211,135,127). Sum of RGB (Red+Green+Blue) = 211+135+127=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3877F is #2C7880. Grayscale: #9C9C9C. Windows color (decimal): -2914433 or 8357843. OLE color: 8357843.
HSL color Cylindrical-coordinate representation of color #D3877F: hue angle of 5.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3877F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 127 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.17 |
| HSL | 5.71º | 0.49% | 0.66% | - |
| HSV(B) | 5.71º | 0.4% | 0.83% | - |
| XYZ | 39.36 | 32.71 | 24.32 | - |
| YUV | 156.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 127 | 0 | 0.36 | 0.40 | 0.17 | 5.71 | 0.49 | 0.66 |
| Hex | D3 | 87 | 7F | 0 | 24 | 28 | 11 | 6 | 31 | 42 |
| Octal | 323 | 207 | 177 | 0 | 44 | 50 | 21 | 6 | 61 | 102 |
| Binary | 11010011 | 10000111 | 1111111 | 0 | 100100 | 101000 | 10001 | 110 | 110001 | 1000010 |
Color Harmonies of #D3877F
Complementary color
Monochromatic Colors of #D3877F
Black with #D3877F
Text Example
Text Example
White with #D3877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3877F; }
p { color: rgb(211,135,127); }
H1.HeaderClassName
{
color: #D3877F;
}
.AnyTagClassName
{
color: #D3877F;
}
</style>
background-color css
<style>
a { background-color: #D3877F; }
a { background-color: rgb(211,135,127); }
div.DivClassName
{
background-color: #D3877F;
}
.BgClassName
{
background-color: #D3877F;
}
</style>
border-color css
<style>
span { border-color: #D3877F; }
span { border-color: rgb(211,135,127); }
td.TdClassName
{
border-color: #D3877F;
}
.TagClassName
{
border-color: #D3877F;
}
</style>