Shades of My Pink #D28B89
Tints of My Pink #D28B89
RGB
CMYK
RGB Variations
Color information
#D28B89 (or 0xD28B89) is known color: My Pink. HEX triplet: D2, 8B and 89. RGB value is (210,139,137). Sum of RGB (Red+Green+Blue) = 210+139+137=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28B89 is #2D7476. Grayscale: #A0A0A0. Windows color (decimal): -2978935 or 9014226. OLE color: 9014226.
HSL color Cylindrical-coordinate representation of color #D28B89: hue angle of 1.64º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D28B89 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 137 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.18 |
| HSL | 1.64º | 0.45% | 0.68% | - |
| HSV(B) | 1.64º | 0.35% | 0.82% | - |
| XYZ | 40.33 | 33.97 | 28.1 | - |
| YUV | 160 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 137 | 0 | 0.34 | 0.35 | 0.18 | 1.64 | 0.45 | 0.68 |
| Hex | D2 | 8B | 89 | 0 | 22 | 23 | 12 | 2 | 2D | 44 |
| Octal | 322 | 213 | 211 | 0 | 42 | 43 | 22 | 2 | 55 | 104 |
| Binary | 11010010 | 10001011 | 10001001 | 0 | 100010 | 100011 | 10010 | 10 | 101101 | 1000100 |
Color Harmonies of #D28B89
Complementary color
Monochromatic Colors of #D28B89
Black with #D28B89
Text Example
Text Example
White with #D28B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B89; }
p { color: rgb(210,139,137); }
H1.HeaderClassName
{
color: #D28B89;
}
.AnyTagClassName
{
color: #D28B89;
}
</style>
background-color css
<style>
a { background-color: #D28B89; }
a { background-color: rgb(210,139,137); }
div.DivClassName
{
background-color: #D28B89;
}
.BgClassName
{
background-color: #D28B89;
}
</style>
border-color css
<style>
span { border-color: #D28B89; }
span { border-color: rgb(210,139,137); }
td.TdClassName
{
border-color: #D28B89;
}
.TagClassName
{
border-color: #D28B89;
}
</style>