Shades of My Pink #DF897F
Tints of My Pink #DF897F
RGB
CMYK
RGB Variations
Color information
#DF897F (or 0xDF897F) is known color: My Pink. HEX triplet: DF, 89 and 7F. RGB value is (223,137,127). Sum of RGB (Red+Green+Blue) = 223+137+127=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF897F is #207680. Grayscale: #A1A1A1. Windows color (decimal): -2127489 or 8358367. OLE color: 8358367.
HSL color Cylindrical-coordinate representation of color #DF897F: hue angle of 6.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF897F is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 127 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.13 |
| HSL | 6.25º | 0.6% | 0.69% | - |
| HSV(B) | 6.25º | 0.43% | 0.87% | - |
| XYZ | 43.21 | 35.11 | 24.58 | - |
| YUV | 161.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 127 | 0 | 0.39 | 0.43 | 0.13 | 6.25 | 0.6 | 0.69 |
| Hex | DF | 89 | 7F | 0 | 27 | 2B | D | 6 | 3C | 45 |
| Octal | 337 | 211 | 177 | 0 | 47 | 53 | 15 | 6 | 74 | 105 |
| Binary | 11011111 | 10001001 | 1111111 | 0 | 100111 | 101011 | 1101 | 110 | 111100 | 1000101 |
Color Harmonies of #DF897F
Complementary color
Monochromatic Colors of #DF897F
Black with #DF897F
Text Example
Text Example
White with #DF897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF897F; }
p { color: rgb(223,137,127); }
H1.HeaderClassName
{
color: #DF897F;
}
.AnyTagClassName
{
color: #DF897F;
}
</style>
background-color css
<style>
a { background-color: #DF897F; }
a { background-color: rgb(223,137,127); }
div.DivClassName
{
background-color: #DF897F;
}
.BgClassName
{
background-color: #DF897F;
}
</style>
border-color css
<style>
span { border-color: #DF897F; }
span { border-color: rgb(223,137,127); }
td.TdClassName
{
border-color: #DF897F;
}
.TagClassName
{
border-color: #DF897F;
}
</style>