Shades of My Pink #D28F87
Tints of My Pink #D28F87
RGB
CMYK
RGB Variations
Color information
#D28F87 (or 0xD28F87) is known color: My Pink. HEX triplet: D2, 8F and 87. RGB value is (210,143,135). Sum of RGB (Red+Green+Blue) = 210+143+135=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28F87 is #2D7078. Grayscale: #A2A2A2. Windows color (decimal): -2977913 or 8884178. OLE color: 8884178.
HSL color Cylindrical-coordinate representation of color #D28F87: hue angle of 6.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28F87 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 135 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.18 |
| HSL | 6.4º | 0.45% | 0.68% | - |
| HSV(B) | 6.4º | 0.36% | 0.82% | - |
| XYZ | 40.77 | 35.1 | 27.55 | - |
| YUV | 162.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 135 | 0 | 0.32 | 0.36 | 0.18 | 6.4 | 0.45 | 0.68 |
| Hex | D2 | 8F | 87 | 0 | 20 | 24 | 12 | 6 | 2D | 44 |
| Octal | 322 | 217 | 207 | 0 | 40 | 44 | 22 | 6 | 55 | 104 |
| Binary | 11010010 | 10001111 | 10000111 | 0 | 100000 | 100100 | 10010 | 110 | 101101 | 1000100 |
Color Harmonies of #D28F87
Complementary color
Monochromatic Colors of #D28F87
Black with #D28F87
Text Example
Text Example
White with #D28F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F87; }
p { color: rgb(210,143,135); }
H1.HeaderClassName
{
color: #D28F87;
}
.AnyTagClassName
{
color: #D28F87;
}
</style>
background-color css
<style>
a { background-color: #D28F87; }
a { background-color: rgb(210,143,135); }
div.DivClassName
{
background-color: #D28F87;
}
.BgClassName
{
background-color: #D28F87;
}
</style>
border-color css
<style>
span { border-color: #D28F87; }
span { border-color: rgb(210,143,135); }
td.TdClassName
{
border-color: #D28F87;
}
.TagClassName
{
border-color: #D28F87;
}
</style>