Shades of My Pink #DF897D
Tints of My Pink #DF897D
RGB
CMYK
RGB Variations
Color information
#DF897D (or 0xDF897D) is known color: My Pink. HEX triplet: DF, 89 and 7D. RGB value is (223,137,125). Sum of RGB (Red+Green+Blue) = 223+137+125=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF897D is #207682. Grayscale: #A1A1A1. Windows color (decimal): -2127491 or 8227295. OLE color: 8227295.
HSL color Cylindrical-coordinate representation of color #DF897D: hue angle of 7.35º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF897D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 125 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.13 |
| HSL | 7.35º | 0.6% | 0.68% | - |
| HSV(B) | 7.35º | 0.44% | 0.87% | - |
| XYZ | 43.08 | 35.06 | 23.9 | - |
| YUV | 161.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 125 | 0 | 0.39 | 0.44 | 0.13 | 7.35 | 0.6 | 0.68 |
| Hex | DF | 89 | 7D | 0 | 27 | 2C | D | 7 | 3C | 44 |
| Octal | 337 | 211 | 175 | 0 | 47 | 54 | 15 | 7 | 74 | 104 |
| Binary | 11011111 | 10001001 | 1111101 | 0 | 100111 | 101100 | 1101 | 111 | 111100 | 1000100 |
Color Harmonies of #DF897D
Complementary color
Monochromatic Colors of #DF897D
Black with #DF897D
Text Example
Text Example
White with #DF897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF897D; }
p { color: rgb(223,137,125); }
H1.HeaderClassName
{
color: #DF897D;
}
.AnyTagClassName
{
color: #DF897D;
}
</style>
background-color css
<style>
a { background-color: #DF897D; }
a { background-color: rgb(223,137,125); }
div.DivClassName
{
background-color: #DF897D;
}
.BgClassName
{
background-color: #DF897D;
}
</style>
border-color css
<style>
span { border-color: #DF897D; }
span { border-color: rgb(223,137,125); }
td.TdClassName
{
border-color: #DF897D;
}
.TagClassName
{
border-color: #DF897D;
}
</style>