Shades of My Pink #DF8D7E
Tints of My Pink #DF8D7E
RGB
CMYK
RGB Variations
Color information
#DF8D7E (or 0xDF8D7E) is known color: My Pink. HEX triplet: DF, 8D and 7E. RGB value is (223,141,126). Sum of RGB (Red+Green+Blue) = 223+141+126=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D7E is #207281. Grayscale: #A3A3A3. Windows color (decimal): -2126466 or 8293855. OLE color: 8293855.
HSL color Cylindrical-coordinate representation of color #DF8D7E: hue angle of 9.28º degrees, saturation: 0.6, 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 #DF8D7E is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 126 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.13 |
| HSL | 9.28º | 0.6% | 0.68% | - |
| HSV(B) | 9.28º | 0.43% | 0.87% | - |
| XYZ | 43.72 | 36.24 | 24.43 | - |
| YUV | 163.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 126 | 0 | 0.37 | 0.43 | 0.13 | 9.28 | 0.6 | 0.68 |
| Hex | DF | 8D | 7E | 0 | 25 | 2B | D | 9 | 3C | 44 |
| Octal | 337 | 215 | 176 | 0 | 45 | 53 | 15 | 11 | 74 | 104 |
| Binary | 11011111 | 10001101 | 1111110 | 0 | 100101 | 101011 | 1101 | 1001 | 111100 | 1000100 |
Color Harmonies of #DF8D7E
Complementary color
Monochromatic Colors of #DF8D7E
Black with #DF8D7E
Text Example
Text Example
White with #DF8D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D7E; }
p { color: rgb(223,141,126); }
H1.HeaderClassName
{
color: #DF8D7E;
}
.AnyTagClassName
{
color: #DF8D7E;
}
</style>
background-color css
<style>
a { background-color: #DF8D7E; }
a { background-color: rgb(223,141,126); }
div.DivClassName
{
background-color: #DF8D7E;
}
.BgClassName
{
background-color: #DF8D7E;
}
</style>
border-color css
<style>
span { border-color: #DF8D7E; }
span { border-color: rgb(223,141,126); }
td.TdClassName
{
border-color: #DF8D7E;
}
.TagClassName
{
border-color: #DF8D7E;
}
</style>