Shades of My Pink #D1877F
Tints of My Pink #D1877F
RGB
CMYK
RGB Variations
Color information
#D1877F (or 0xD1877F) is known color: My Pink. HEX triplet: D1, 87 and 7F. RGB value is (209,135,127). Sum of RGB (Red+Green+Blue) = 209+135+127=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1877F is #2E7880. Grayscale: #9C9C9C. Windows color (decimal): -3045505 or 8357841. OLE color: 8357841.
HSL color Cylindrical-coordinate representation of color #D1877F: hue angle of 5.85º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1877F is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 127 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.18 |
| HSL | 5.85º | 0.47% | 0.66% | - |
| HSV(B) | 5.85º | 0.39% | 0.82% | - |
| XYZ | 38.79 | 32.42 | 24.29 | - |
| YUV | 156.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 127 | 0 | 0.35 | 0.39 | 0.18 | 5.85 | 0.47 | 0.66 |
| Hex | D1 | 87 | 7F | 0 | 23 | 27 | 12 | 6 | 2F | 42 |
| Octal | 321 | 207 | 177 | 0 | 43 | 47 | 22 | 6 | 57 | 102 |
| Binary | 11010001 | 10000111 | 1111111 | 0 | 100011 | 100111 | 10010 | 110 | 101111 | 1000010 |
Color Harmonies of #D1877F
Complementary color
Monochromatic Colors of #D1877F
Black with #D1877F
Text Example
Text Example
White with #D1877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1877F; }
p { color: rgb(209,135,127); }
H1.HeaderClassName
{
color: #D1877F;
}
.AnyTagClassName
{
color: #D1877F;
}
</style>
background-color css
<style>
a { background-color: #D1877F; }
a { background-color: rgb(209,135,127); }
div.DivClassName
{
background-color: #D1877F;
}
.BgClassName
{
background-color: #D1877F;
}
</style>
border-color css
<style>
span { border-color: #D1877F; }
span { border-color: rgb(209,135,127); }
td.TdClassName
{
border-color: #D1877F;
}
.TagClassName
{
border-color: #D1877F;
}
</style>