Shades of My Pink #D2887A
Tints of My Pink #D2887A
RGB
CMYK
RGB Variations
Color information
#D2887A (or 0xD2887A) is known color: My Pink. HEX triplet: D2, 88 and 7A. RGB value is (210,136,122). Sum of RGB (Red+Green+Blue) = 210+136+122=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2887A is #2D7785. Grayscale: #9C9C9C. Windows color (decimal): -2979718 or 8030418. OLE color: 8030418.
HSL color Cylindrical-coordinate representation of color #D2887A: hue angle of 9.55º 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 #D2887A is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 122 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.18 |
| HSL | 9.55º | 0.49% | 0.65% | - |
| HSV(B) | 9.55º | 0.42% | 0.82% | - |
| XYZ | 38.9 | 32.72 | 22.68 | - |
| YUV | 156.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 122 | 0 | 0.35 | 0.42 | 0.18 | 9.55 | 0.49 | 0.65 |
| Hex | D2 | 88 | 7A | 0 | 23 | 2A | 12 | A | 31 | 41 |
| Octal | 322 | 210 | 172 | 0 | 43 | 52 | 22 | 12 | 61 | 101 |
| Binary | 11010010 | 10001000 | 1111010 | 0 | 100011 | 101010 | 10010 | 1010 | 110001 | 1000001 |
Color Harmonies of #D2887A
Complementary color
Monochromatic Colors of #D2887A
Black with #D2887A
Text Example
Text Example
White with #D2887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2887A; }
p { color: rgb(210,136,122); }
H1.HeaderClassName
{
color: #D2887A;
}
.AnyTagClassName
{
color: #D2887A;
}
</style>
background-color css
<style>
a { background-color: #D2887A; }
a { background-color: rgb(210,136,122); }
div.DivClassName
{
background-color: #D2887A;
}
.BgClassName
{
background-color: #D2887A;
}
</style>
border-color css
<style>
span { border-color: #D2887A; }
span { border-color: rgb(210,136,122); }
td.TdClassName
{
border-color: #D2887A;
}
.TagClassName
{
border-color: #D2887A;
}
</style>