Shades of My Pink #DD897F
Tints of My Pink #DD897F
RGB
CMYK
RGB Variations
Color information
#DD897F (or 0xDD897F) is known color: My Pink. HEX triplet: DD, 89 and 7F. RGB value is (221,137,127). Sum of RGB (Red+Green+Blue) = 221+137+127=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD897F is #227680. Grayscale: #A1A1A1. Windows color (decimal): -2258561 or 8358365. OLE color: 8358365.
HSL color Cylindrical-coordinate representation of color #DD897F: hue angle of 6.38º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD897F is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 127 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.13 |
| HSL | 6.38º | 0.58% | 0.68% | - |
| HSV(B) | 6.38º | 0.43% | 0.87% | - |
| XYZ | 42.6 | 34.8 | 24.55 | - |
| YUV | 160.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 127 | 0 | 0.38 | 0.43 | 0.13 | 6.38 | 0.58 | 0.68 |
| Hex | DD | 89 | 7F | 0 | 26 | 2B | D | 6 | 3A | 44 |
| Octal | 335 | 211 | 177 | 0 | 46 | 53 | 15 | 6 | 72 | 104 |
| Binary | 11011101 | 10001001 | 1111111 | 0 | 100110 | 101011 | 1101 | 110 | 111010 | 1000100 |
Color Harmonies of #DD897F
Complementary color
Monochromatic Colors of #DD897F
Black with #DD897F
Text Example
Text Example
White with #DD897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD897F; }
p { color: rgb(221,137,127); }
H1.HeaderClassName
{
color: #DD897F;
}
.AnyTagClassName
{
color: #DD897F;
}
</style>
background-color css
<style>
a { background-color: #DD897F; }
a { background-color: rgb(221,137,127); }
div.DivClassName
{
background-color: #DD897F;
}
.BgClassName
{
background-color: #DD897F;
}
</style>
border-color css
<style>
span { border-color: #DD897F; }
span { border-color: rgb(221,137,127); }
td.TdClassName
{
border-color: #DD897F;
}
.TagClassName
{
border-color: #DD897F;
}
</style>