Shades of My Pink #D1877A
Tints of My Pink #D1877A
RGB
CMYK
RGB Variations
Color information
#D1877A (or 0xD1877A) is known color: My Pink. HEX triplet: D1, 87 and 7A. RGB value is (209,135,122). Sum of RGB (Red+Green+Blue) = 209+135+122=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1877A is #2E7885. Grayscale: #9B9B9B. Windows color (decimal): -3045510 or 8030161. OLE color: 8030161.
HSL color Cylindrical-coordinate representation of color #D1877A: hue angle of 8.97º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1877A is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 122 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.18 |
| HSL | 8.97º | 0.49% | 0.65% | - |
| HSV(B) | 8.97º | 0.42% | 0.82% | - |
| XYZ | 38.47 | 32.29 | 22.62 | - |
| YUV | 155.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 122 | 0 | 0.35 | 0.42 | 0.18 | 8.97 | 0.49 | 0.65 |
| Hex | D1 | 87 | 7A | 0 | 23 | 2A | 12 | 9 | 31 | 41 |
| Octal | 321 | 207 | 172 | 0 | 43 | 52 | 22 | 11 | 61 | 101 |
| Binary | 11010001 | 10000111 | 1111010 | 0 | 100011 | 101010 | 10010 | 1001 | 110001 | 1000001 |
Color Harmonies of #D1877A
Complementary color
Monochromatic Colors of #D1877A
Black with #D1877A
Text Example
Text Example
White with #D1877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1877A; }
p { color: rgb(209,135,122); }
H1.HeaderClassName
{
color: #D1877A;
}
.AnyTagClassName
{
color: #D1877A;
}
</style>
background-color css
<style>
a { background-color: #D1877A; }
a { background-color: rgb(209,135,122); }
div.DivClassName
{
background-color: #D1877A;
}
.BgClassName
{
background-color: #D1877A;
}
</style>
border-color css
<style>
span { border-color: #D1877A; }
span { border-color: rgb(209,135,122); }
td.TdClassName
{
border-color: #D1877A;
}
.TagClassName
{
border-color: #D1877A;
}
</style>