Shades of My Pink #D28E85
Tints of My Pink #D28E85
RGB
CMYK
RGB Variations
Color information
#D28E85 (or 0xD28E85) is known color: My Pink. HEX triplet: D2, 8E and 85. RGB value is (210,142,133). Sum of RGB (Red+Green+Blue) = 210+142+133=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28E85 is #2D717A. Grayscale: #A1A1A1. Windows color (decimal): -2978171 or 8752850. OLE color: 8752850.
HSL color Cylindrical-coordinate representation of color #D28E85: hue angle of 7.01º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28E85 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 133 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.18 |
| HSL | 7.01º | 0.46% | 0.67% | - |
| HSV(B) | 7.01º | 0.37% | 0.82% | - |
| XYZ | 40.48 | 34.74 | 26.76 | - |
| YUV | 161.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 133 | 0 | 0.32 | 0.37 | 0.18 | 7.01 | 0.46 | 0.67 |
| Hex | D2 | 8E | 85 | 0 | 20 | 25 | 12 | 7 | 2E | 43 |
| Octal | 322 | 216 | 205 | 0 | 40 | 45 | 22 | 7 | 56 | 103 |
| Binary | 11010010 | 10001110 | 10000101 | 0 | 100000 | 100101 | 10010 | 111 | 101110 | 1000011 |
Color Harmonies of #D28E85
Complementary color
Monochromatic Colors of #D28E85
Black with #D28E85
Text Example
Text Example
White with #D28E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E85; }
p { color: rgb(210,142,133); }
H1.HeaderClassName
{
color: #D28E85;
}
.AnyTagClassName
{
color: #D28E85;
}
</style>
background-color css
<style>
a { background-color: #D28E85; }
a { background-color: rgb(210,142,133); }
div.DivClassName
{
background-color: #D28E85;
}
.BgClassName
{
background-color: #D28E85;
}
</style>
border-color css
<style>
span { border-color: #D28E85; }
span { border-color: rgb(210,142,133); }
td.TdClassName
{
border-color: #D28E85;
}
.TagClassName
{
border-color: #D28E85;
}
</style>