Shades of My Pink #DD8B89
Tints of My Pink #DD8B89
RGB
CMYK
RGB Variations
Color information
#DD8B89 (or 0xDD8B89) is known color: My Pink. HEX triplet: DD, 8B and 89. RGB value is (221,139,137). Sum of RGB (Red+Green+Blue) = 221+139+137=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8B89 is #227476. Grayscale: #A3A3A3. Windows color (decimal): -2258039 or 9014237. OLE color: 9014237.
HSL color Cylindrical-coordinate representation of color #DD8B89: hue angle of 1.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8B89 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 137 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.13 |
| HSL | 1.43º | 0.55% | 0.7% | - |
| HSV(B) | 1.43º | 0.38% | 0.87% | - |
| XYZ | 43.57 | 35.64 | 28.25 | - |
| YUV | 163.29 | 113.17 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 137 | 0 | 0.37 | 0.38 | 0.13 | 1.43 | 0.55 | 0.7 |
| Hex | DD | 8B | 89 | 0 | 25 | 26 | D | 1 | 37 | 46 |
| Octal | 335 | 213 | 211 | 0 | 45 | 46 | 15 | 1 | 67 | 106 |
| Binary | 11011101 | 10001011 | 10001001 | 0 | 100101 | 100110 | 1101 | 1 | 110111 | 1000110 |
Color Harmonies of #DD8B89
Complementary color
Monochromatic Colors of #DD8B89
Black with #DD8B89
Text Example
Text Example
White with #DD8B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B89; }
p { color: rgb(221,139,137); }
H1.HeaderClassName
{
color: #DD8B89;
}
.AnyTagClassName
{
color: #DD8B89;
}
</style>
background-color css
<style>
a { background-color: #DD8B89; }
a { background-color: rgb(221,139,137); }
div.DivClassName
{
background-color: #DD8B89;
}
.BgClassName
{
background-color: #DD8B89;
}
</style>
border-color css
<style>
span { border-color: #DD8B89; }
span { border-color: rgb(221,139,137); }
td.TdClassName
{
border-color: #DD8B89;
}
.TagClassName
{
border-color: #DD8B89;
}
</style>