Shades of My Pink #DF8C7E
Tints of My Pink #DF8C7E
RGB
CMYK
RGB Variations
Color information
#DF8C7E (or 0xDF8C7E) is known color: My Pink. HEX triplet: DF, 8C and 7E. RGB value is (223,140,126). Sum of RGB (Red+Green+Blue) = 223+140+126=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C7E is #207381. Grayscale: #A3A3A3. Windows color (decimal): -2126722 or 8293599. OLE color: 8293599.
HSL color Cylindrical-coordinate representation of color #DF8C7E: hue angle of 8.66º 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 #DF8C7E is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 126 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.13 |
| HSL | 8.66º | 0.6% | 0.68% | - |
| HSV(B) | 8.66º | 0.43% | 0.87% | - |
| XYZ | 43.58 | 35.95 | 24.38 | - |
| YUV | 163.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 126 | 0 | 0.37 | 0.43 | 0.13 | 8.66 | 0.6 | 0.68 |
| Hex | DF | 8C | 7E | 0 | 25 | 2B | D | 9 | 3C | 44 |
| Octal | 337 | 214 | 176 | 0 | 45 | 53 | 15 | 11 | 74 | 104 |
| Binary | 11011111 | 10001100 | 1111110 | 0 | 100101 | 101011 | 1101 | 1001 | 111100 | 1000100 |
Color Harmonies of #DF8C7E
Complementary color
Monochromatic Colors of #DF8C7E
Black with #DF8C7E
Text Example
Text Example
White with #DF8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C7E; }
p { color: rgb(223,140,126); }
H1.HeaderClassName
{
color: #DF8C7E;
}
.AnyTagClassName
{
color: #DF8C7E;
}
</style>
background-color css
<style>
a { background-color: #DF8C7E; }
a { background-color: rgb(223,140,126); }
div.DivClassName
{
background-color: #DF8C7E;
}
.BgClassName
{
background-color: #DF8C7E;
}
</style>
border-color css
<style>
span { border-color: #DF8C7E; }
span { border-color: rgb(223,140,126); }
td.TdClassName
{
border-color: #DF8C7E;
}
.TagClassName
{
border-color: #DF8C7E;
}
</style>